++ rg -v '#' /usr/share/zoneinfo/zone.tab ++ awk '{print $3}' ++ shuf ++ head -n1 + TZ=America/La_Paz + echo 'Choosen random timezone America/La_Paz' + ln -snf /usr/share/zoneinfo/America/La_Paz /etc/localtime Choosen random timezone America/La_Paz + echo America/La_Paz + dpkg -i package_folder/clickhouse-common-static_24.3.5.48.altinityfips+tsan_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 49067 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_24.3.5.48.altinityfips+tsan_amd64.deb ... Unpacking clickhouse-common-static (24.3.5.48.altinityfips+tsan) ... Setting up clickhouse-common-static (24.3.5.48.altinityfips+tsan) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.3.5.48.altinityfips+tsan_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 49096 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_24.3.5.48.altinityfips+tsan_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.3.5.48.altinityfips+tsan) ... Setting up clickhouse-common-static-dbg (24.3.5.48.altinityfips+tsan) ... + dpkg -i package_folder/clickhouse-server_24.3.5.48.altinityfips+tsan_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 49105 files and directories currently installed.) Preparing to unpack .../clickhouse-server_24.3.5.48.altinityfips+tsan_amd64.deb ... Unpacking clickhouse-server (24.3.5.48.altinityfips+tsan) ... Setting up clickhouse-server (24.3.5.48.altinityfips+tsan) ... Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually. ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating symlink /usr/bin/ch to /usr/bin/clickhouse. Creating symlink /usr/bin/chl to /usr/bin/clickhouse. Creating symlink /usr/bin/chc to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client + dpkg -i package_folder/clickhouse-client_24.3.5.48.altinityfips+tsan_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 49122 files and directories currently installed.) Preparing to unpack .../clickhouse-client_24.3.5.48.altinityfips+tsan_amd64.deb ... Unpacking clickhouse-client (24.3.5.48.altinityfips+tsan) ... Setting up clickhouse-client (24.3.5.48.altinityfips+tsan) ... + echo '' + [[ -z '' ]] + ch --query 'SELECT 1' 1 + chl --query 'SELECT 1' 1 + chc --version ClickHouse client version 24.3.5.48.altinityfips (altinity build). + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /attach_gdb.lib ++ source /utils.lib + source /utils.lib + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + SRC_PATH=/usr/share/clickhouse-test/config + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ + value=0 + sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml + value=56576000 + sed --follow-symlinks -i 's|[[:digit:]]\+|56576000|' /etc/clickhouse-server/config.d/keeper_port.xml + value=10321920 + sed --follow-symlinks -i 's|[[:digit:]]\+|10321920|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + ARM=aarch64 ++ uname -m + OS=x86_64 + [[ -n 1 ]] + echo x86_64 x86_64 Adding azure configuration + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + [[ -n '' ]] + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 minio version RELEASE.2022-01-03T18-22-58Z + wait_for_it + local counter=0 + local max_counter=60 + local url=http://localhost:11111 + params=('--silent' '--verbose') + local params + ./minio server --address :11111 ./minio_data + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 1 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=2 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 2 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=3 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=4 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=5 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 5 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=6 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 6 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=7 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=8 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 8 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=9 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 9 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=10 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 10 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio API: http://172.17.0.2:11111 http://127.0.0.1:11111 Console: http://172.17.0.2:39253 http://127.0.0.1:39253 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (39253), please use --console-address ":PORT" to choose a static port. + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./17F0CACEAA93EBF54dc1fb09-2340-4b62-86bc-111cec9aa523 + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 266 root 10u IPv6 22499 0t0 TCP *:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy set clickminio readwrite user=test Policy `readwrite` is set on user `test` + ./mc mb clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc policy set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio ++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio 02366_data.jsonl + for file in $(ls "${data_path}") + echo 02366_data.jsonl + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` Total: 0 B, Transferred: 0 B, Speed: 0 B/s + for file in $(ls "${data_path}") + echo 02731.arrow + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow 02731.arrow `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` Total: 0 B, Transferred: 3.82 MiB, Speed: 114.16 MiB/s + for file in $(ls "${data_path}") + echo 02731.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet 02731.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` Total: 0 B, Transferred: 1.57 MiB, Speed: 58.01 MiB/s 02876.parquet + for file in $(ls "${data_path}") + echo 02876.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` Total: 0 B, Transferred: 293 B, Speed: 28.16 KiB/s + for file in $(ls "${data_path}") + echo a.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv a.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` Total: 0 B, Transferred: 24 B, Speed: 2.35 KiB/s b.tsv + for file in $(ls "${data_path}") + echo b.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` Total: 0 B, Transferred: 33 B, Speed: 3.52 KiB/s + for file in $(ls "${data_path}") + echo c.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv c.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` Total: 0 B, Transferred: 33 B, Speed: 3.79 KiB/s tsv_with_header.tsv + for file in $(ls "${data_path}") + echo tsv_with_header.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 0 B, Transferred: 44 B, Speed: 5.30 KiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + ./setup_hdfs_minicluster.sh + ls -lha total 135M drwxr-xr-x 1 root root 4.0K Aug 31 06:53 . drwxr-xr-x 1 root root 4.0K Aug 31 06:53 .. -rw-rw-r-- 1 1000 1000 312 Aug 31 06:52 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1.6K Jun 12 23:03 attach_gdb.lib -rw-r--r-- 1 root root 1.3K Aug 31 06:53 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 3.9K Aug 31 06:53 __azurite_db_blob__.json -rw-r--r-- 1 root root 1.4K Aug 31 06:53 azurite_log lrwxrwxrwx 1 root root 7 Apr 26 22:02 bin -> usr/bin drwxr-xr-x 2 root root 4.0K Aug 31 06:53 __blobstorage__ drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot drwxr-xr-x 5 root root 340 Aug 31 06:53 dev -rwxr-xr-x 1 root root 0 Aug 31 06:53 .dockerenv drwxr-xr-x 1 root root 4.0K Aug 31 06:53 etc drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1 drwxr-xr-x 2 root root 4.0K Apr 18 2022 home lrwxrwxrwx 1 root root 7 Apr 26 22:02 lib -> usr/lib lrwxrwxrwx 1 root root 9 Apr 26 22:02 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Apr 26 22:02 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Apr 26 22:02 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21M Jun 12 23:04 mc drwxr-xr-x 2 root root 4.0K Apr 26 22:02 media -rwxr-xr-x 1 root root 114M Jun 12 23:04 minio drwxr-xr-x 4 root root 4.0K Aug 31 06:54 minio_data drwxr-xr-x 2 root root 4.0K Apr 26 22:02 mnt drwxr-xr-x 2 root root 4.0K Apr 26 22:02 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4.0K Aug 31 06:53 package_folder dr-xr-xr-x 838 root root 0 Aug 31 06:53 proc -rwxrwxr-x 1 root root 7.9K May 14 13:27 process_functional_tests_result.py drwx------ 1 root root 4.0K Aug 31 06:54 root drwxr-xr-x 1 root root 4.0K Aug 31 06:53 run -rwxrwxr-x 1 root root 16K Jun 12 23:03 run.sh lrwxrwxrwx 1 root root 8 Apr 26 22:02 sbin -> usr/sbin -rwxrwxr-x 1 root root 11K May 14 13:27 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Jun 12 23:03 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3.4K Jun 12 23:03 setup_minio.sh drwxr-xr-x 2 root root 4.0K Apr 26 22:02 srv -rw-rw-r-- 1 root root 13K Jun 12 23:03 stress_tests.lib dr-xr-xr-x 13 root root 0 Aug 31 06:53 sys drwxrwxr-x 2 1000 1000 4.0K Aug 31 06:53 test_output drwxrwxrwt 1 root root 4.0K Aug 31 06:53 tmp drwxr-xr-x 1 root root 4.0K Apr 26 22:02 usr -rw-rw-r-- 1 root root 833 Jun 12 23:03 utils.lib drwxr-xr-x 1 root root 4.0K Apr 26 22:05 var + cd hadoop-3.3.1 + export JAVA_HOME=/usr + JAVA_HOME=/usr + mkdir -p target/test/data + chown clickhouse ./target/test/data + nc -z localhost 12222 + sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + lsof -i :12222 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 543 clickhouse 322u IPv4 37517 0t0 TCP localhost:12222 (LISTEN) + sleep 5 + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x File /tmp/export-logs-config.sh does not exist, do not setup + [[ -n '' ]] + '[' 1 -gt 1 ']' + sudo clickhouse start ==725==Installed the sigaction for signal 11 ==725==Installed the sigaction for signal 7 ==725==Installed the sigaction for signal 8 ==725==Using llvm-symbolizer found at: /usr/bin/llvm-symbolizer-17 ***** Running under ThreadSanitizer v3 (pid 725) ***** ThreadSanitizer: growing sync allocator: 0 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 0 out of 262144*4096 ThreadSanitizer: growing sync allocator: 1 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 2 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 1 out of 262144*4096 ThreadSanitizer: growing sync allocator: 3 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 4 out of 1048576*1024 ThreadSanitizer: forked new process with pid 726, parent had 1 threads ThreadSanitizer: forked new process with pid 729, parent had 1 threads ==732==Installed the sigaction for signal 11 ==732==Installed the sigaction for signal 7 ==732==Installed the sigaction for signal 8 ==732==Using llvm-symbolizer found at: /usr/bin/llvm-symbolizer-17 ***** Running under ThreadSanitizer v3 (pid 732) ***** ThreadSanitizer: growing sync allocator: 0 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 0 out of 262144*4096 ThreadSanitizer: growing sync allocator: 1 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 2 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 1 out of 262144*4096 ThreadSanitizer: growing sync allocator: 3 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 4 out of 1048576*1024 ThreadSanitizer: forked new process with pid 733, parent had 1 threads Stats: SizeClassAllocator64: 2M mapped (0M rss) in 10960 allocations; remains 5405 01 ( 16): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 3840 avail: 4096 rss: 4K releases: 0 last released: 0K region: 0x7b0400000000 02 ( 32): mapped: 64K allocs: 2816 frees: 2304 inuse: 512 num_freed_chunks 1536 avail: 2048 rss: 60K releases: 0 last released: 0K region: 0x7b0800000000 03 ( 48): mapped: 192K allocs: 3456 frees: 2432 inuse: 1024 num_freed_chunks 3072 avail: 4096 rss: 152K releases: 0 last released: 0K region: 0x7b0c00000000 04 ( 64): mapped: 64K allocs: 1024 frees: 640 inuse: 384 num_freed_chunks 640 avail: 1024 rss: 64K releases: 0 last released: 0K region: 0x7b1000000000 05 ( 80): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 563 avail: 819 rss: 20K releases: 0 last released: 0K region: 0x7b1400000000 06 ( 96): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 426 avail: 682 rss: 20K releases: 0 last released: 0K region: 0x7b1800000000 07 ( 112): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 457 avail: 585 rss: 12K releases: 0 last released: 0K region: 0x7b1c00000000 08 ( 128): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 384 avail: 512 rss: 12K releases: 0 last released: 0K region: 0x7b2000000000 09 ( 144): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 327 avail: 455 rss: 4K releases: 0 last released: 0K region: 0x7b2400000000 10 ( 160): mapped: 64K allocs: 384 frees: 128 inuse: 256 num_freed_chunks 153 avail: 409 rss: 56K releases: 0 last released: 0K region: 0x7b2800000000 11 ( 176): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 244 avail: 372 rss: 4K releases: 0 last released: 0K region: 0x7b2c00000000 12 ( 192): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 213 avail: 341 rss: 8K releases: 0 last released: 0K region: 0x7b3000000000 13 ( 208): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 187 avail: 315 rss: 4K releases: 0 last released: 0K region: 0x7b3400000000 14 ( 224): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 164 avail: 292 rss: 4K releases: 0 last released: 0K region: 0x7b3800000000 15 ( 240): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 17 avail: 273 rss: 40K releases: 0 last released: 0K region: 0x7b3c00000000 16 ( 256): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 128 avail: 256 rss: 4K releases: 0 last released: 0K region: 0x7b4000000000 17 ( 320): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 76 avail: 204 rss: 24K releases: 0 last released: 0K region: 0x7b4400000000 18 ( 384): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 42 avail: 170 rss: 8K releases: 0 last released: 0K region: 0x7b4800000000 19 ( 448): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 18 avail: 146 rss: 4K releases: 0 last released: 0K region: 0x7b4c00000000 20 ( 512): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 0 avail: 128 rss: 8K releases: 0 last released: 0K region: 0x7b5000000000 21 ( 640): mapped: 64K allocs: 102 frees: 0 inuse: 102 num_freed_chunks 0 avail: 102 rss: 12K releases: 0 last released: 0K region: 0x7b5400000000 22 ( 768): mapped: 64K allocs: 85 frees: 0 inuse: 85 num_freed_chunks 0 avail: 85 rss: 4K releases: 0 last released: 0K region: 0x7b5800000000 23 ( 896): mapped: 64K allocs: 73 frees: 0 inuse: 73 num_freed_chunks 0 avail: 73 rss: 8K releases: 0 last released: 0K region: 0x7b5c00000000 24 ( 1024): mapped: 64K allocs: 64 frees: 0 inuse: 64 num_freed_chunks 0 avail: 64 rss: 8K releases: 0 last released: 0K region: 0x7b6000000000 25 ( 1280): mapped: 192K allocs: 153 frees: 51 inuse: 102 num_freed_chunks 51 avail: 153 rss: 184K releases: 0 last released: 0K region: 0x7b6400000000 26 ( 1536): mapped: 64K allocs: 42 frees: 0 inuse: 42 num_freed_chunks 0 avail: 42 rss: 4K releases: 0 last released: 0K region: 0x7b6800000000 27 ( 1792): mapped: 64K allocs: 36 frees: 0 inuse: 36 num_freed_chunks 0 avail: 36 rss: 4K releases: 0 last released: 0K region: 0x7b6c00000000 28 ( 2048): mapped: 64K allocs: 32 frees: 0 inuse: 32 num_freed_chunks 0 avail: 32 rss: 4K releases: 0 last released: 0K region: 0x7b7000000000 29 ( 2560): mapped: 64K allocs: 25 frees: 0 inuse: 25 num_freed_chunks 0 avail: 25 rss: 8K releases: 0 last released: 0K region: 0x7b7400000000 30 ( 3072): mapped: 64K allocs: 21 frees: 0 inuse: 21 num_freed_chunks 0 avail: 21 rss: 4K releases: 0 last released: 0K region: 0x7b7800000000 31 ( 3584): mapped: 64K allocs: 18 frees: 0 inuse: 18 num_freed_chunks 0 avail: 18 rss: 8K releases: 0 last released: 0K region: 0x7b7c00000000 32 ( 4096): mapped: 64K allocs: 16 frees: 0 inuse: 16 num_freed_chunks 0 avail: 16 rss: 24K releases: 0 last released: 0K region: 0x7b8000000000 33 ( 5120): mapped: 64K allocs: 12 frees: 0 inuse: 12 num_freed_chunks 0 avail: 12 rss: 16K releases: 0 last released: 0K region: 0x7b8400000000 34 ( 6144): mapped: 64K allocs: 10 frees: 0 inuse: 10 num_freed_chunks 0 avail: 10 rss: 12K releases: 0 last released: 0K region: 0x7b8800000000 35 ( 7168): mapped: 64K allocs: 9 frees: 0 inuse: 9 num_freed_chunks 0 avail: 9 rss: 36K releases: 0 last released: 0K region: 0x7b8c00000000 37 ( 10240): mapped: 64K allocs: 6 frees: 0 inuse: 6 num_freed_chunks 0 avail: 6 rss: 12K releases: 0 last released: 0K region: 0x7b9400000000 38 ( 12288): mapped: 64K allocs: 5 frees: 0 inuse: 5 num_freed_chunks 0 avail: 5 rss: 12K releases: 0 last released: 0K region: 0x7b9800000000 39 ( 14336): mapped: 64K allocs: 4 frees: 0 inuse: 4 num_freed_chunks 0 avail: 4 rss: 16K releases: 0 last released: 0K region: 0x7b9c00000000 42 ( 24576): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 16K releases: 0 last released: 0K region: 0x7ba800000000 43 ( 28672): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 28K releases: 0 last released: 0K region: 0x7bac00000000 44 ( 32768): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 32K releases: 0 last released: 0K region: 0x7bb000000000 45 ( 40960): mapped: 64K allocs: 1 frees: 0 inuse: 1 num_freed_chunks 0 avail: 1 rss: 4K releases: 0 last released: 0K region: 0x7bb400000000 Stats: LargeMmapAllocator: allocated 0 times, remains 0 (0 K) max 0 M; by size logs: chown -R clickhouse: '/var/run/clickhouse-server/' Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon Waiting for server to start Waiting for server to start Server started Stats: SizeClassAllocator64: 2M mapped (0M rss) in 10960 allocations; remains 5405 01 ( 16): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 3840 avail: 4096 rss: 4K releases: 0 last released: 0K region: 0x7b0400000000 02 ( 32): mapped: 64K allocs: 2816 frees: 2304 inuse: 512 num_freed_chunks 1536 avail: 2048 rss: 60K releases: 0 last released: 0K region: 0x7b0800000000 03 ( 48): mapped: 192K allocs: 3456 frees: 2432 inuse: 1024 num_freed_chunks 3072 avail: 4096 rss: 152K releases: 0 last released: 0K region: 0x7b0c00000000 04 ( 64): mapped: 64K allocs: 1024 frees: 640 inuse: 384 num_freed_chunks 640 avail: 1024 rss: 64K releases: 0 last released: 0K region: 0x7b1000000000 05 ( 80): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 563 avail: 819 rss: 20K releases: 0 last released: 0K region: 0x7b1400000000 06 ( 96): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 426 avail: 682 rss: 20K releases: 0 last released: 0K region: 0x7b1800000000 07 ( 112): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 457 avail: 585 rss: 12K releases: 0 last released: 0K region: 0x7b1c00000000 08 ( 128): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 384 avail: 512 rss: 12K releases: 0 last released: 0K region: 0x7b2000000000 09 ( 144): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 327 avail: 455 rss: 4K releases: 0 last released: 0K region: 0x7b2400000000 10 ( 160): mapped: 64K allocs: 384 frees: 128 inuse: 256 num_freed_chunks 153 avail: 409 rss: 60K releases: 0 last released: 0K region: 0x7b2800000000 11 ( 176): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 244 avail: 372 rss: 4K releases: 0 last released: 0K region: 0x7b2c00000000 12 ( 192): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 213 avail: 341 rss: 8K releases: 0 last released: 0K region: 0x7b3000000000 13 ( 208): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 187 avail: 315 rss: 4K releases: 0 last released: 0K region: 0x7b3400000000 14 ( 224): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 164 avail: 292 rss: 4K releases: 0 last released: 0K region: 0x7b3800000000 15 ( 240): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 17 avail: 273 rss: 40K releases: 0 last released: 0K region: 0x7b3c00000000 16 ( 256): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 128 avail: 256 rss: 4K releases: 0 last released: 0K region: 0x7b4000000000 17 ( 320): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 76 avail: 204 rss: 24K releases: 0 last released: 0K region: 0x7b4400000000 18 ( 384): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 42 avail: 170 rss: 12K releases: 0 last released: 0K region: 0x7b4800000000 19 ( 448): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 18 avail: 146 rss: 4K releases: 0 last released: 0K region: 0x7b4c00000000 20 ( 512): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 0 avail: 128 rss: 8K releases: 0 last released: 0K region: 0x7b5000000000 21 ( 640): mapped: 64K allocs: 102 frees: 0 inuse: 102 num_freed_chunks 0 avail: 102 rss: 8K releases: 0 last released: 0K region: 0x7b5400000000 22 ( 768): mapped: 64K allocs: 85 frees: 0 inuse: 85 num_freed_chunks 0 avail: 85 rss: 4K releases: 0 last released: 0K region: 0x7b5800000000 23 ( 896): mapped: 64K allocs: 73 frees: 0 inuse: 73 num_freed_chunks 0 avail: 73 rss: 8K releases: 0 last released: 0K region: 0x7b5c00000000 24 ( 1024): mapped: 64K allocs: 64 frees: 0 inuse: 64 num_freed_chunks 0 avail: 64 rss: 8K releases: 0 last released: 0K region: 0x7b6000000000 25 ( 1280): mapped: 192K allocs: 153 frees: 51 inuse: 102 num_freed_chunks 51 avail: 153 rss: 184K releases: 0 last released: 0K region: 0x7b6400000000 26 ( 1536): mapped: 64K allocs: 42 frees: 0 inuse: 42 num_freed_chunks 0 avail: 42 rss: 4K releases: 0 last released: 0K region: 0x7b6800000000 27 ( 1792): mapped: 64K allocs: 36 frees: 0 inuse: 36 num_freed_chunks 0 avail: 36 rss: 4K releases: 0 last released: 0K region: 0x7b6c00000000 28 ( 2048): mapped: 64K allocs: 32 frees: 0 inuse: 32 num_freed_chunks 0 avail: 32 rss: 4K releases: 0 last released: 0K region: 0x7b7000000000 29 ( 2560): mapped: 64K allocs: 25 frees: 0 inuse: 25 num_freed_chunks 0 avail: 25 rss: 8K releases: 0 last released: 0K region: 0x7b7400000000 30 ( 3072): mapped: 64K allocs: 21 frees: 0 inuse: 21 num_freed_chunks 0 avail: 21 rss: 4K releases: 0 last released: 0K region: 0x7b7800000000 31 ( 3584): mapped: 64K allocs: 18 frees: 0 inuse: 18 num_freed_chunks 0 avail: 18 rss: 8K releases: 0 last released: 0K region: 0x7b7c00000000 32 ( 4096): mapped: 64K allocs: 16 frees: 0 inuse: 16 num_freed_chunks 0 avail: 16 rss: 28K releases: 0 last released: 0K region: 0x7b8000000000 33 ( 5120): mapped: 64K allocs: 12 frees: 0 inuse: 12 num_freed_chunks 0 avail: 12 rss: 16K releases: 0 last released: 0K region: 0x7b8400000000 34 ( 6144): mapped: 64K allocs: 10 frees: 0 inuse: 10 num_freed_chunks 0 avail: 10 rss: 12K releases: 0 last released: 0K region: 0x7b8800000000 35 ( 7168): mapped: 64K allocs: 9 frees: 0 inuse: 9 num_freed_chunks 0 avail: 9 rss: 36K releases: 0 last released: 0K region: 0x7b8c00000000 37 ( 10240): mapped: 64K allocs: 6 frees: 0 inuse: 6 num_freed_chunks 0 avail: 6 rss: 12K releases: 0 last released: 0K region: 0x7b9400000000 38 ( 12288): mapped: 64K allocs: 5 frees: 0 inuse: 5 num_freed_chunks 0 avail: 5 rss: 12K releases: 0 last released: 0K region: 0x7b9800000000 39 ( 14336): mapped: 64K allocs: 4 frees: 0 inuse: 4 num_freed_chunks 0 avail: 4 rss: 16K releases: 0 last released: 0K region: 0x7b9c00000000 42 ( 24576): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 16K releases: 0 last released: 0K region: 0x7ba800000000 43 ( 28672): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 28K releases: 0 last released: 0K region: 0x7bac00000000 44 ( 32768): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 32K releases: 0 last released: 0K region: 0x7bb000000000 45 ( 40960): mapped: 64K allocs: 1 frees: 0 inuse: 1 num_freed_chunks 0 avail: 1 rss: 4K releases: 0 last released: 0K region: 0x7bb400000000 Stats: LargeMmapAllocator: allocated 10 times, remains 0 (0 K) max 5 M; by size logs: 20:10; + [[ -n '' ]] + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 127.0.0.1 - - [31/Aug/2024:10:54:21 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:10:54:21 +0000] "PUT /devstoreaccount1/cont/bmmrqnjnftmchxnjrvixznkbgambocwv?blockid=ggipfazcnckyxetixufkvzluvmlvqkuifqcbapngqnduuhwkshvcdcipuncsjnpx&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:10:54:21 +0000] "PUT /devstoreaccount1/cont/bmmrqnjnftmchxnjrvixznkbgambocwv?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:10:54:21 +0000] "GET /devstoreaccount1/cont/bmmrqnjnftmchxnjrvixznkbgambocwv HTTP/1.1" 206 4 127.0.0.1 - - [31/Aug/2024:10:54:21 +0000] "GET /devstoreaccount1/cont/bmmrqnjnftmchxnjrvixznkbgambocwv HTTP/1.1" 206 2 127.0.0.1 - - [31/Aug/2024:10:54:21 +0000] "DELETE /devstoreaccount1/cont/bmmrqnjnftmchxnjrvixznkbgambocwv HTTP/1.1" 202 - + for _ in {1..100} + clickhouse-client --query 'SELECT 1' 1 + break + setup_logs_replication + set +x File /tmp/export-logs-config.sh does not exist, do not setup + attach_gdb_to_clickhouse ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 735 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + true + set -e + return + export -f run_tests + '[' 1 -gt 1 ']' + timeout_with_logging 9720 bash -c run_tests + local exit_code=0 + timeout 9720 bash -c run_tests + read -ra ADDITIONAL_OPTIONS + HIGH_LEVEL_COVERAGE=YES + '[' 1 -gt 1 ']' + [[ -n '' ]] + [[ -n '' ]] ++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' + [[ 1 == 0 ]] + ADDITIONAL_OPTIONS+=('--jobs') + ADDITIONAL_OPTIONS+=('8') + [[ -n 2 ]] + [[ -n 5 ]] + ADDITIONAL_OPTIONS+=('--run-by-hash-num') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM") + ADDITIONAL_OPTIONS+=('--run-by-hash-total') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL") + HIGH_LEVEL_COVERAGE=NO + [[ -n '' ]] + [[ NO = \Y\E\S ]] + ADDITIONAL_OPTIONS+=('--report-logs-stats') + try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + local total_retries=10 + shift + fn_exists run_with_retry + declare -F run_with_retry + run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + [[ hxBc =~ e ]] + set_e=false + set +e + local total_retries=10 + shift + local retry=0 + '[' 0 -ge 10 ']' + clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + false + return + set +e + clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 2 --run-by-hash-total 5 --report-logs-stats + ts '%Y-%m-%d %H:%M:%S' + tee -a test_output/test_result.txt 2024-08-31 06:55:12 Using queries from '/usr/share/clickhouse-test/queries' directory 2024-08-31 06:55:12 Connecting to ClickHouse server... OK 2024-08-31 06:55:12 Connected to server 24.3.5.48.altinityfips @ f030c602050d371934c7b7609b7a8228fb1c7779 HEAD 2024-08-31 06:55:13 Found 1185 parallel tests and 128 sequential tests 2024-08-31 06:55:13 2024-08-31 06:55:13 Running about 148 stateless tests (ForkPoolWorker-2). 2024-08-31 06:55:13 2024-08-31 06:55:13 03174_merge_join_bug: [ OK ] 0.34 sec. 2024-08-31 06:55:13 2024-08-31 06:55:13 Running about 148 stateless tests (ForkPoolWorker-8). 2024-08-31 06:55:13 2024-08-31 06:55:13 03142_alter_comment_parameterized_view: [ OK ] 0.50 sec. 2024-08-31 06:55:13 2024-08-31 06:55:13 Running about 148 stateless tests (ForkPoolWorker-4). 2024-08-31 06:55:13 2024-08-31 06:55:13 03166_mv_prewhere_duplicating_name_bug: [ OK ] 0.50 sec. 2024-08-31 06:55:13 2024-08-31 06:55:13 Running about 148 stateless tests (ForkPoolWorker-6). 2024-08-31 06:55:13 2024-08-31 06:55:13 03155_in_nested_subselects: [ OK ] 0.61 sec. 2024-08-31 06:55:14 2024-08-31 06:55:14 Running about 148 stateless tests (ForkPoolWorker-7). 2024-08-31 06:55:14 2024-08-31 06:55:14 03151_pmj_join_non_procssed_clash: [ OK ] 0.75 sec. 2024-08-31 06:55:14 2024-08-31 06:55:14 Running about 148 stateless tests (ForkPoolWorker-9). 2024-08-31 06:55:14 2024-08-31 06:55:14 03071_fix_short_circuit_logic: [ OK ] 0.73 sec. 2024-08-31 06:55:14 03031_input_format_allow_errors_num_bad_escape_sequence: [ OK ] 0.41 sec. 2024-08-31 06:55:14 2024-08-31 06:55:14 Running about 148 stateless tests (ForkPoolWorker-5). 2024-08-31 06:55:14 2024-08-31 06:55:14 03155_analyzer_interpolate: [ OK ] 0.79 sec. 2024-08-31 06:55:14 03023_remove_unused_column_distinct: [ OK ] 0.41 sec. 2024-08-31 06:55:14 2024-08-31 06:55:14 Running about 148 stateless tests (ForkPoolWorker-3). 2024-08-31 06:55:14 2024-08-31 06:55:14 03164_analyzer_validate_tree_size: [ OK ] 1.15 sec. 2024-08-31 06:55:14 03018_analyzer_greater_null: [ OK ] 0.45 sec. 2024-08-31 06:55:14 03015_peder1001: [ OK ] 0.55 sec. 2024-08-31 06:55:14 03014_analyzer_group_by_use_nulls: [ OK ] 0.43 sec. 2024-08-31 06:55:14 03006_buffer_overflow_join: [ OK ] 0.46 sec. 2024-08-31 06:55:15 03006_parallel_replicas_cte_explain_syntax_crash: [ OK ] 0.48 sec. 2024-08-31 06:55:15 03009_storage_memory_circ_buffer_usage: [ OK ] 1.02 sec. 2024-08-31 06:55:15 03003_analyzer_setting: [ OK ] 0.46 sec. 2024-08-31 06:55:15 03018_external_with_complex_data_types: [ OK ] 1.59 sec. 2024-08-31 06:55:15 03014_invalid_utf8_client: [ OK ] 1.58 sec. 2024-08-31 06:55:15 03003_enum_and_string_compatible: [ OK ] 0.43 sec. 2024-08-31 06:55:15 03021_get_client_http_header: [ OK ] 2.15 sec. 2024-08-31 06:55:16 02999_variant_suspicious_types: [ OK ] 0.50 sec. 2024-08-31 06:55:16 02997_insert_select_too_many_parts_multithread: [ SKIPPED ] 0.00 sec. - disabled 2024-08-31 06:55:16 03003_prql_panic: [ OK ] 1.58 sec. 2024-08-31 06:55:17 02995_bad_formatting_union_intersect: [ OK ] 0.49 sec. 2024-08-31 06:55:17 03003_codec_multiple_buffer_overflow: [ OK ] 1.59 sec. 2024-08-31 06:55:17 03001_consider_lwd_when_merge: [ OK ] 1.20 sec. 2024-08-31 06:55:17 02995_preliminary_filters_duplicated_columns: [ OK ] 0.62 sec. 2024-08-31 06:55:17 02994_cosineDistanceNullable: [ OK ] 0.52 sec. 2024-08-31 06:55:18 02988_ordinary_database_warning: [ OK ] 0.50 sec. 2024-08-31 06:55:18 03020_output_format_client: [ OK ] 4.48 sec. 2024-08-31 06:55:18 02990_format_select_from_explain: [ OK ] 1.32 sec. 2024-08-31 06:55:18 02992_analyzer_group_by_const: [ OK ] 1.76 sec. 2024-08-31 06:55:19 02990_format_lambdas: [ OK ] 2.04 sec. 2024-08-31 06:55:19 02985_if_over_big_int_decimal: [ OK ] 1.44 sec. 2024-08-31 06:55:19 02982_parallel_replicas_unexpected_cluster: [ OK ] 1.04 sec. 2024-08-31 06:55:22 02974_if_with_map: [ OK ] 2.25 sec. 2024-08-31 06:55:23 03006_correct_revoke_for_partial_rights: [ OK ] 8.58 sec. 2024-08-31 06:55:29 02981_nested_bad_types: [ OK ] 9.91 sec. 2024-08-31 06:55:31 02967_fuzz_bad_cast: [ OK ] 1.59 sec. 2024-08-31 06:55:50 03002_filter_skip_virtual_columns_with_non_deterministic_functions: [ OK ] 34.59 sec. 2024-08-31 06:55:50 03001_parallel_parsing_deadlock: [ OK ] 35.03 sec. 2024-08-31 06:55:50 02966_float32_promotion: [ OK ] 0.49 sec. 2024-08-31 06:55:51 02972_insert_deduplication_token_hierarchical_inserts: [ OK ] 28.52 sec. 2024-08-31 06:55:52 02962_join_using_bug_57894: [ OK ] 1.02 sec. 2024-08-31 06:55:52 02966_topk_counts_approx_count_sum: [ OK ] 1.67 sec. 2024-08-31 06:55:53 02962_analyzer_constant_set: [ OK ] 0.80 sec. 2024-08-31 06:55:53 02960_alter_table_part_query_parameter: [ OK ] 0.71 sec. 2024-08-31 06:55:54 02950_obfuscator_keywords_more: [ OK ] 1.36 sec. 2024-08-31 06:55:56 02967_parallel_replicas_joins_and_analyzer: [ OK ] 24.91 sec. 2024-08-31 06:55:57 02955_analyzer_using_functional_args: [ OK ] 4.10 sec. 2024-08-31 06:55:57 02949_ttl_group_by_bug: [ OK ] 0.83 sec. 2024-08-31 06:55:58 02943_use_full_text_skip_index_with_has_any: [ OK ] 1.01 sec. 2024-08-31 06:56:00 02946_parallel_replicas_force_primary_key: [ OK ] 3.52 sec. 2024-08-31 06:56:01 02933_sqid: [ OK ] 2.44 sec. 2024-08-31 06:56:01 02950_parallel_replicas_used_count: [ OK ] 6.58 sec. 2024-08-31 06:56:02 02982_aggregation_states_destruction: [ OK ] 43.58 sec. 2024-08-31 06:56:03 02933_paste_join: [ OK ] 2.13 sec. 2024-08-31 06:56:03 02932_apply_deleted_mask: [ OK ] 2.10 sec. 2024-08-31 06:56:03 02932_query_settings_max_size_drop: [ OK ] 1.45 sec. 2024-08-31 06:56:03 02931_alter_materialized_view_query_inconsistent: [ OK ] 0.57 sec. 2024-08-31 06:56:04 02921_database_filesystem_path_check: [ OK ] 0.41 sec. 2024-08-31 06:56:04 02932_punycode: [ OK ] 3.18 sec. 2024-08-31 06:56:05 02922_respect_nulls_Nullable: [ OK ] 1.57 sec. 2024-08-31 06:56:07 02921_file_engine_size_virtual_column: [ OK ] 2.96 sec. 2024-08-31 06:56:07 02972_parallel_replicas_cte: [ OK ] 43.86 sec. 2024-08-31 06:56:07 02930_client_file_log_comment: [ OK ] 4.49 sec. 2024-08-31 06:56:07 02918_optimize_count_for_merge_tables: [ OK ] 0.65 sec. 2024-08-31 06:56:08 02916_addcolumn_nested: [ OK ] 0.52 sec. 2024-08-31 06:56:08 02918_multif_for_nullable: [ OK ] 3.06 sec. 2024-08-31 06:56:08 02918_gorilla_invalid_file: [ OK ] 1.35 sec. 2024-08-31 06:56:08 02913_sum_map_state: [ OK ] 0.45 sec. 2024-08-31 06:56:09 02916_glogal_in_cancel: [ OK ] 0.90 sec. 2024-08-31 06:56:09 02911_analyzer_remove_unused_projection_columns: [ OK ] 0.56 sec. 2024-08-31 06:56:10 02910_bad_logs_level_in_local: [ OK ] 1.08 sec. 2024-08-31 06:56:11 02910_object-json-crash-add-column: [ OK ] 0.87 sec. 2024-08-31 06:56:12 02908_filesystem_cache_as_collection: [ OK ] 0.67 sec. 2024-08-31 06:56:13 02911_system_symbols: [ OK ] 4.47 sec. 2024-08-31 06:56:14 02915_lazy_loading_of_base_backups: [ OK ] 5.91 sec. 2024-08-31 06:56:14 02908_table_ttl_dependency: [ OK ] 2.37 sec. 2024-08-31 06:56:16 02907_system_backups_profile_events: [ OK ] 2.28 sec. 2024-08-31 06:56:17 02903_bug_43644: [ OK ] 0.55 sec. 2024-08-31 06:56:17 02908_Npy_files_caching: [ OK ] 4.03 sec. 2024-08-31 06:56:18 02903_parameterized_view_explain_ast: [ OK ] 0.48 sec. 2024-08-31 06:56:18 02901_predicate_pushdown_cte_stateful: [ OK ] 0.55 sec. 2024-08-31 06:56:18 02916_replication_protocol_wait_for_part: [ OK ] 11.01 sec. 2024-08-31 06:56:19 02907_backup_restore_flatten_nested: [ OK ] 4.82 sec. 2024-08-31 06:56:19 02903_empty_order_by_throws_error: [ OK ] 2.27 sec. 2024-08-31 06:56:19 02901_analyzer_recursive_window: [ OK ] 1.02 sec. 2024-08-31 06:56:20 02900_issue_55858: [ OK ] 1.13 sec. 2024-08-31 06:56:21 02900_limit_by_query_stage: [ OK ] 2.48 sec. 2024-08-31 06:56:21 02900_matview_create_to_errors: [ OK ] 1.76 sec. 2024-08-31 06:56:21 02919_skip_lots_of_parsing_errors: [ OK ] 17.24 sec. 2024-08-31 06:56:22 02900_add_subtract_interval_with_string_date: [ OK ] 2.65 sec. 2024-08-31 06:56:23 02893_bad_sample_view: [ OK ] 0.44 sec. 2024-08-31 06:56:23 02899_use_default_format_on_http_exception: [ OK ] 1.71 sec. 2024-08-31 06:56:23 02895_peak_memory_usage_http_headers_regression: [ OK ] 1.71 sec. 2024-08-31 06:56:23 02893_system_drop_schema_cache_format: [ OK ] 0.40 sec. 2024-08-31 06:56:23 02899_indexing_by_space_filling_curves: [ OK ] 3.28 sec. 2024-08-31 06:56:23 02889_system_drop_format_schema: [ OK ] 0.43 sec. 2024-08-31 06:56:25 02884_parquet_new_encodings: [ OK ] 1.62 sec. 2024-08-31 06:56:26 02882_primary_key_index_in_function_different_types: [ OK ] 1.61 sec. 2024-08-31 06:56:26 02898_parallel_replicas_progress_bar: [ OK ] 5.18 sec. 2024-08-31 06:56:28 02880_indexHint__partition_id: [ OK ] 1.40 sec. 2024-08-31 06:56:31 02879_use_structure_from_insertion_table_with_defaults: [ OK ] 2.77 sec. 2024-08-31 06:56:33 02882_formatQuery: [ OK ] 6.60 sec. 2024-08-31 06:56:33 02883_zookeeper_finalize_stress: [ OK ] 9.75 sec. 2024-08-31 06:56:33 02884_parallel_window_functions_bug: [ OK ] 10.41 sec. 2024-08-31 06:56:34 02875_final_invalid_read_ranges_bug: [ OK ] 0.82 sec. 2024-08-31 06:56:35 02876_formats_with_names_dont_use_header: [ OK ] 1.63 sec. 2024-08-31 06:56:35 02874_analysis_of_variance_overflow: [ OK ] 0.59 sec. 2024-08-31 06:56:36 02874_toDaysSinceYearZero: [ OK ] 1.48 sec. 2024-08-31 06:56:36 02892_input_csv_cr_end_count_many_rows: [ OK ] 13.19 sec. 2024-08-31 06:56:36 02875_clickhouse_local_multiquery: [ OK ] 2.80 sec. 2024-08-31 06:56:36 02876_yyyymmddhhmmsstodatetime: [ OK ] 4.79 sec. 2024-08-31 06:56:36 02867_null_lc_in_bug: [ OK ] 0.51 sec. 2024-08-31 06:56:37 02869_http_headers_elapsed_ns: [ OK ] 1.28 sec. 2024-08-31 06:56:37 02864_test_ipv4_type_mismatch: [ OK ] 0.58 sec. 2024-08-31 06:56:37 02863_decode_html_component: [ OK ] 0.67 sec. 2024-08-31 06:56:37 02863_ignore_foreign_keys_in_tables_definition: [ OK ] 0.52 sec. 2024-08-31 06:56:37 02868_distinct_to_count_optimization: [ OK ] 1.54 sec. 2024-08-31 06:56:37 02981_vertical_merges_memory_usage: [ OK ] 78.26 sec. 2024-08-31 06:56:38 02867_nullable_primary_key_final: [ OK ] 1.50 sec. 2024-08-31 06:56:38 02862_uuid_reinterpret_as_numeric: [ OK ] 0.58 sec. 2024-08-31 06:56:38 02861_interpolate_alias_precedence: [ OK ] 0.46 sec. 2024-08-31 06:56:38 02861_filter_pushdown_const_bug: [ OK ] 0.77 sec. 2024-08-31 06:56:38 02861_replacing_merge_tree_with_cleanup: [ OK ] 0.66 sec. 2024-08-31 06:56:38 02844_subquery_timeout_with_break: [ OK ] 0.69 sec. 2024-08-31 06:56:39 02842_largestTriangleThreeBuckets_aggregate_function: [ OK ] 1.08 sec. 2024-08-31 06:56:39 02842_suggest_http_page_in_error_message: [ OK ] 1.17 sec. 2024-08-31 06:56:39 02841_remote_parameter_parsing_error: [ OK ] 1.10 sec. 2024-08-31 06:56:40 02834_timestamp_function: [ OK ] 0.79 sec. 2024-08-31 06:56:40 02841_local_assert: [ OK ] 2.26 sec. 2024-08-31 06:56:41 02834_formats_with_variable_number_of_columns: [ OK ] 0.75 sec. 2024-08-31 06:56:41 02833_starts_ends_with_utf8: [ OK ] 0.56 sec. 2024-08-31 06:56:42 02841_with_clause_resolve: [ OK ] 2.89 sec. 2024-08-31 06:56:42 02833_local_udf_options: [ OK ] 1.55 sec. 2024-08-31 06:56:42 02830_insert_values_time_interval: [ OK ] 0.54 sec. 2024-08-31 06:56:46 02963_remote_read_small_buffer_size_bug: [ OK ] 55.34 sec. 2024-08-31 06:56:46 02815_alias_to_length: [ OK ] 0.45 sec. 2024-08-31 06:56:47 02843_backup_use_same_s3_credentials_for_base_backup: [ OK ] 9.38 sec. 2024-08-31 06:56:47 02815_no_throw_in_simple_queries: [ OK ] 4.73 sec. 2024-08-31 06:56:48 02813_system_licenses_base: [ OK ] 0.48 sec. 2024-08-31 06:56:48 02813_seriesOutliersDetectTukey: [ OK ] 1.01 sec. 2024-08-31 06:56:48 02813_series_period_detect: [ OK ] 0.72 sec. 2024-08-31 06:56:49 02812_subquery_operators: [ OK ] 0.59 sec. 2024-08-31 06:56:49 02811_read_in_order_and_array_join_bug: [ OK ] 0.60 sec. 2024-08-31 06:56:50 02813_starting_in_text_log: [ OK ] 3.37 sec. 2024-08-31 06:56:50 02811_insert_schema_inference: [ OK ] 0.49 sec. 2024-08-31 06:56:51 02807_default_date_time_nullable: [ OK ] 0.55 sec. 2024-08-31 06:56:51 02806_cte_block_cannot_be_empty: [ OK ] 0.52 sec. 2024-08-31 06:56:52 02812_from_to_utc_timestamp: [ OK ] 3.96 sec. 2024-08-31 06:56:53 02797_transform_narrow_types: [ OK ] 0.56 sec. 2024-08-31 06:56:53 02832_alter_max_sessions_for_user: [ OK ] 11.28 sec. 2024-08-31 06:56:53 02792_drop_projection_lwd: [ OK ] 0.73 sec. 2024-08-31 06:56:54 02802_clickhouse_disks_s3_copy: [ OK ] 3.04 sec. 2024-08-31 06:56:54 02835_drop_user_during_session: [ OK ] 15.16 sec. 2024-08-31 06:56:55 02787_transform_null: [ OK ] 0.53 sec. 2024-08-31 06:56:55 02786_transform_float: [ OK ] 0.42 sec. 2024-08-31 06:56:55 02790_url_multiple_tsv_files: [ OK ] 2.22 sec. 2024-08-31 06:56:55 02785_left_anti_join_bug: [ OK ] 0.72 sec. 2024-08-31 06:56:55 02784_schema_inference_null_as_default: [ OK ] 0.47 sec. 2024-08-31 06:56:56 02782_values_null_to_lc_nullable: [ OK ] 0.41 sec. 2024-08-31 06:56:56 02785_date_predicate_optimizations_ast_query_tree_rewrite: [ OK ] 1.31 sec. 2024-08-31 06:56:56 02771_if_constant_folding: [ OK ] 0.39 sec. 2024-08-31 06:56:57 02771_resolve_compound_identifier: [ OK ] 0.46 sec. 2024-08-31 06:56:58 02771_parallel_replicas_analyzer: [ OK ] 1.64 sec. 2024-08-31 06:56:58 02768_cse_nested_distributed: [ OK ] 0.76 sec. 2024-08-31 06:56:59 02765_parallel_replicas_final_modifier: [ OK ] 0.56 sec. 2024-08-31 06:56:59 02764_index_analysis_fix: [ OK ] 0.47 sec. 2024-08-31 06:57:02 02771_multiple_query_arguments: [ OK ] 5.04 sec. 2024-08-31 06:57:03 02771_skip_empty_files: [ OK ] 7.15 sec. 2024-08-31 06:57:03 02763_mutate_compact_part_with_skip_indices_and_projections: [ OK ] 0.64 sec. 2024-08-31 06:57:04 02810_async_insert_dedup_replicated_collapsing: [ OK ] 13.96 sec. 2024-08-31 06:57:04 02763_row_policy_storage_merge_alias: [ OK ] 1.08 sec. 2024-08-31 06:57:04 02763_row_policy_storage_merge: [ OK ] 4.86 sec. 2024-08-31 06:57:05 02751_parallel_replicas_bug_chunkinfo_not_set: [ OK ] 0.96 sec. 2024-08-31 06:57:05 02752_space_function: [ OK ] 1.24 sec. 2024-08-31 06:57:05 02733_distinct: [ OK ] 0.39 sec. 2024-08-31 06:57:06 02751_protobuf_ipv6: [ OK ] 1.84 sec. 2024-08-31 06:57:07 02790_async_queries_in_query_log: [ OK ] 13.08 sec. 2024-08-31 06:57:07 02725_sleep_max_time: [ OK ] 0.46 sec. 2024-08-31 06:57:07 02725_alias_columns_should_not_allow_compression_codec: [ OK ] 0.57 sec. 2024-08-31 06:57:08 02731_replace_partition_from_temporary_table: [ OK ] 2.57 sec. 2024-08-31 06:57:08 02817_structure_to_schema: [ OK ] 26.43 sec. 2024-08-31 06:57:09 02724_persist_interval_type: [ OK ] 0.73 sec. 2024-08-31 06:57:09 02761_ddl_initial_query_id: [ OK ] 6.31 sec. 2024-08-31 06:57:09 02724_jit_logical_functions: [ OK ] 0.64 sec. 2024-08-31 06:57:09 02987_group_array_intersect: [ OK ] 111.50 sec. 2024-08-31 06:57:09 02741_hashed_dictionary_load_factor: [ OK ] 4.62 sec. 2024-08-31 06:57:10 02725_async_insert_table_setting: [ OK ] 2.96 sec. 2024-08-31 06:57:10 02714_date_date32_in: [ OK ] 0.44 sec. 2024-08-31 06:57:10 02715_bit_operations_float: [ OK ] 0.88 sec. 2024-08-31 06:57:10 02844_max_backup_bandwidth_s3: [ OK ] 32.65 sec. 2024-08-31 06:57:10 02709_storage_memory_compressed: [ OK ] 0.44 sec. 2024-08-31 06:57:10 02708_parallel_replicas_not_found_column: [ OK ] 0.40 sec. 2024-08-31 06:57:11 02710_allow_suspicious_indices: [ OK ] 0.96 sec. 2024-08-31 06:57:11 02702_logical_optimizer_with_nulls: [ OK ] 0.60 sec. 2024-08-31 06:57:11 02695_logical_optimizer_alias_bug: [ OK ] 0.47 sec. 2024-08-31 06:57:12 02691_drop_column_with_projections_replicated: [ OK ] 0.65 sec. 2024-08-31 06:57:12 02722_line_as_string_consistency: [ OK ] 2.85 sec. 2024-08-31 06:57:12 02686_bson3: [ OK ] 0.71 sec. 2024-08-31 06:57:12 02706_arrow_different_dictionaries: [ OK ] 1.71 sec. 2024-08-31 06:57:12 02680_instr_alias_for_position_case_insensitive: [ OK ] 0.39 sec. 2024-08-31 06:57:13 02680_datetime64_monotonic_check: [ OK ] 0.64 sec. 2024-08-31 06:57:13 02724_limit_num_mutations: [ OK ] 4.18 sec. 2024-08-31 06:57:13 02702_allow_skip_errors_enum: [ OK ] 2.64 sec. 2024-08-31 06:57:13 02676_analyzer_limit_offset: [ OK ] 0.70 sec. 2024-08-31 06:57:13 02676_trailing_commas: [ OK ] 0.42 sec. 2024-08-31 06:57:13 02674_date_int_string_json_inference: [ OK ] 0.37 sec. 2024-08-31 06:57:14 02681_undrop_query: [ OK ] 2.03 sec. 2024-08-31 06:57:14 02668_column_block_number_with_projections: [ OK ] 0.70 sec. 2024-08-31 06:57:14 02714_async_inserts_empty_data: [ OK ] 4.67 sec. 2024-08-31 06:57:14 02662_sparse_columns_mutations_1: [ OK ] 0.92 sec. 2024-08-31 06:57:14 02591_bson_long_tuple: [ OK ] 0.42 sec. 2024-08-31 06:57:15 02596_build_set_and_remote: [ OK ] 1.44 sec. 2024-08-31 06:57:16 02591_protobuf_nested_arrays: [ OK ] 1.56 sec. 2024-08-31 06:57:16 02593_bson_more_types: [ OK ] 2.44 sec. 2024-08-31 06:57:17 02580_like_substring_search_bug: [ OK ] 0.40 sec. 2024-08-31 06:57:17 02668_parse_datetime: [ OK ] 4.13 sec. 2024-08-31 06:57:17 02573_quantile_fuse_msan: [ OK ] 0.52 sec. 2024-08-31 06:57:18 02588_parquet_bug: [ OK ] 2.43 sec. 2024-08-31 06:57:18 02569_order_by_aggregation_result: [ OK ] 0.83 sec. 2024-08-31 06:57:19 02725_parquet_preserve_order: [ OK ] 11.39 sec. 2024-08-31 06:57:19 02681_final_excessive_reading_bug: [ OK ] 7.00 sec. 2024-08-31 06:57:19 02565_update_empty_nested: [ OK ] 1.26 sec. 2024-08-31 06:57:19 02562_with_fill_nullable: [ OK ] 0.44 sec. 2024-08-31 06:57:19 02554_invalid_create_view_syntax: [ OK ] 0.31 sec. 2024-08-31 06:57:20 02560_null_as_default: [ OK ] 0.59 sec. 2024-08-31 06:57:20 02559_nested_multiple_levels_default: [ OK ] 0.54 sec. 2024-08-31 06:57:20 02552_analyzer_optimize_group_by_function_keys_crash: [ OK ] 0.49 sec. 2024-08-31 06:57:20 02554_fix_grouping_sets_predicate_push_down: [ OK ] 0.72 sec. 2024-08-31 06:57:20 02552_sparse_columns_intersect: [ OK ] 0.63 sec. 2024-08-31 06:57:20 02564_query_id_header: [ OK ] 2.08 sec. 2024-08-31 06:57:21 02552_check_referential_table_dependencies: [ OK ] 0.45 sec. 2024-08-31 06:57:21 02541_empty_function_support_ip: [ OK ] 0.50 sec. 2024-08-31 06:57:21 02541_tuple_element_with_null: [ OK ] 0.46 sec. 2024-08-31 06:57:21 02540_duplicate_primary_key: [ OK ] 0.67 sec. 2024-08-31 06:57:21 02540_analyzer_matcher_alias_materialized_columns: [ OK ] 0.71 sec. 2024-08-31 06:57:22 02537_system_formats: [ OK ] 0.41 sec. 2024-08-31 06:57:22 02539_generate_random_map: [ OK ] 0.45 sec. 2024-08-31 06:57:22 02536_system_sync_file_cache: [ OK ] 0.40 sec. 2024-08-31 06:57:22 02536_date_from_number_inference_fix: [ OK ] 0.47 sec. 2024-08-31 06:57:23 02540_date_column_consistent_insert_behaviour: [ OK ] 2.09 sec. 2024-08-31 06:57:23 02535_analyzer_limit_offset: [ OK ] 0.40 sec. 2024-08-31 06:57:23 02534_default_granularity: [ OK ] 0.46 sec. 2024-08-31 06:57:23 02570_fallback_from_async_insert: [ OK ] 5.79 sec. 2024-08-31 06:57:23 02533_generate_random_schema_inference: [ OK ] 0.46 sec. 2024-08-31 06:57:23 02531_storage_join_null_44940: [ OK ] 0.43 sec. 2024-08-31 06:57:24 02527_storage_merge_prewhere_different_type: [ OK ] 0.60 sec. 2024-08-31 06:57:24 02523_range_const_start: [ OK ] 0.42 sec. 2024-08-31 06:57:27 02543_alter_rename_modify_stuck: [ OK ] 6.72 sec. 2024-08-31 06:57:27 02531_two_level_aggregation_bug: [ OK ] 3.92 sec. 2024-08-31 06:57:28 02518_delete_on_materialized_view: [ OK ] 0.65 sec. 2024-08-31 06:57:28 02519_monotonicity_fuzz: [ OK ] 0.69 sec. 2024-08-31 06:57:28 02517_union_columns_order: [ OK ] 0.43 sec. 2024-08-31 06:57:28 02515_tuple_lambda_parsing: [ OK ] 0.31 sec. 2024-08-31 06:57:29 02517_avro_bool_type: [ OK ] 1.56 sec. 2024-08-31 06:57:30 02515_generate_ulid: [ OK ] 0.40 sec. 2024-08-31 06:57:30 02515_fix_any_parsing: [ OK ] 1.35 sec. 2024-08-31 06:57:30 02515_distinct_zero_size_key_bug_44831: [ OK ] 0.44 sec. 2024-08-31 06:57:30 02525_range_hashed_dictionary_update_field: [ OK ] 6.65 sec. 2024-08-31 06:57:31 02506_date_time64_floating_point_negative_value: [ OK ] 0.50 sec. 2024-08-31 06:57:31 02509_h3_arguments: [ OK ] 0.63 sec. 2024-08-31 06:57:31 02661_read_from_archive_targz: [ OK ] 17.56 sec. 2024-08-31 06:57:31 02504_explain_ast_insert: [ OK ] 0.44 sec. 2024-08-31 06:57:31 02534_keyed_siphash: [ OK ] 8.46 sec. 2024-08-31 06:57:31 02504_bar_fractions: [ OK ] 0.55 sec. 2024-08-31 06:57:31 02661_read_from_archive_tarbzip2: [ OK ] 17.55 sec. 2024-08-31 06:57:31 02513_csv_bool_allow_crlf: [ OK ] 1.65 sec. 2024-08-31 06:57:32 02497_analyzer_sum_if_count_if_pass_crash_fix: [ OK ] 0.48 sec. 2024-08-31 06:57:32 02499_analyzer_aggregate_function_lambda_crash_fix: [ OK ] 0.59 sec. 2024-08-31 06:57:32 02497_storage_join_right_assert: [ OK ] 0.50 sec. 2024-08-31 06:57:32 02495_sum_if_to_count_if_bug: [ OK ] 0.60 sec. 2024-08-31 06:57:33 02497_schema_inference_nulls: [ OK ] 1.50 sec. 2024-08-31 06:57:33 02494_optimize_group_by_function_keys_and_alias_columns: [ OK ] 0.85 sec. 2024-08-31 06:57:33 02496_from_unixtime_in_joda_syntax: [ OK ] 1.71 sec. 2024-08-31 06:57:33 02497_if_transform_strings_to_enum: [ OK ] 2.10 sec. 2024-08-31 06:57:34 02494_analyzer_cte_resolution_in_subquery_fix: [ OK ] 0.67 sec. 2024-08-31 06:57:34 02482_if_with_nothing_argument: [ OK ] 0.52 sec. 2024-08-31 06:57:34 02493_analyzer_sum_if_to_count_if: [ OK ] 0.79 sec. 2024-08-31 06:57:34 02499_extract_key_value_pairs_multiple_input: [ OK ] 3.33 sec. 2024-08-31 06:57:34 02482_value_block_assert: [ OK ] 0.60 sec. 2024-08-31 06:57:35 02497_storage_file_reader_selection: [ OK ] 3.76 sec. 2024-08-31 06:57:35 02480_analyzer_alias_nullptr: [ OK ] 1.03 sec. 2024-08-31 06:57:36 02481_analyzer_join_alias_unknown_identifier_crash: [ OK ] 1.32 sec. 2024-08-31 06:57:36 02481_prewhere_filtered_rows_div_by_zero: [ OK ] 1.78 sec. 2024-08-31 06:57:37 02480_suspicious_lowcard_in_key: [ OK ] 1.39 sec. 2024-08-31 06:57:38 02480_interval_casting_and_subquery: [ OK ] 2.56 sec. 2024-08-31 06:57:42 02479_nullable_primary_key_non_first_column: [ OK ] 4.19 sec. 2024-08-31 06:57:48 02479_analyzer_aggregation_crash: [ OK ] 8.67 sec. 2024-08-31 06:57:48 02480_client_option_print_num_processed_rows: [ OK ] 11.66 sec. 2024-08-31 06:57:50 02481_async_insert_race_long: [ OK ] 15.55 sec. 2024-08-31 06:57:50 02480_max_map_null_totals: [ OK ] 14.50 sec. 2024-08-31 06:57:51 02477_age: [ OK ] 3.53 sec. 2024-08-31 06:57:51 02477_fuse_quantiles: [ OK ] 1.35 sec. 2024-08-31 06:57:52 02476_fix_cast_parser_bug: [ OK ] 0.45 sec. 2024-08-31 06:57:52 02476_query_parameters_without_serialisation: [ OK ] 1.12 sec. 2024-08-31 06:57:53 02476_fuse_sum_count: [ OK ] 2.15 sec. 2024-08-31 06:57:53 02475_date_time_schema_inference_bug: [ OK ] 0.50 sec. 2024-08-31 06:57:53 02476_fix_lambda_parsing: [ OK ] 1.52 sec. 2024-08-31 06:57:54 02473_extract_low_cardinality_from_json: [ OK ] 0.54 sec. 2024-08-31 06:57:54 02477_invalid_reads: [ OK ] 11.91 sec. 2024-08-31 06:57:54 02475_precise_decimal_arithmetics: [ OK ] 2.06 sec. 2024-08-31 06:57:55 02464_decimal_scale_buffer_overflow: [ OK ] 0.86 sec. 2024-08-31 06:57:55 02467_set_with_lowcardinality_type: [ OK ] 1.22 sec. 2024-08-31 06:57:55 02462_number_to_datetype: [ OK ] 1.02 sec. 2024-08-31 06:57:56 02460_prewhere_row_level_policy: [ OK ] 0.54 sec. 2024-08-31 06:57:56 02459_materialized_view_default_value: [ OK ] 0.87 sec. 2024-08-31 06:58:01 02461_prewhere_row_level_policy_lightweight_delete: [ OK ] 5.74 sec. 2024-08-31 06:58:01 02483_elapsed_time: [ OK ] 27.24 sec. 2024-08-31 06:58:01 02456_datetime_schema_inference: [ OK ] 0.65 sec. 2024-08-31 06:58:01 02456_aggregate_state_conversion: [ OK ] 0.59 sec. 2024-08-31 06:58:02 02455_duplicate_column_names_in_schema_inference: [ OK ] 0.43 sec. 2024-08-31 06:58:03 02457_s3_cluster_schema_inference: [ OK ] 6.95 sec. 2024-08-31 06:58:03 02455_default_union_except_intersect: [ OK ] 1.59 sec. 2024-08-31 06:58:03 02453_check_path_in_errors_logger: [ OK ] 0.54 sec. 2024-08-31 06:58:03 02454_set_parameters_formatting: [ OK ] 1.58 sec. 2024-08-31 06:58:04 02442_auxiliary_zookeeper_endpoint_id: [ OK ] 0.85 sec. 2024-08-31 06:58:04 02434_cancel_insert_when_client_dies: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 06:58:05 02456_async_inserts_logs: [ OK ] 8.54 sec. 2024-08-31 06:58:05 02429_groupBitmap_chain_state: [ OK ] 1.06 sec. 2024-08-31 06:58:06 02428_combinators_with_over_statement: [ OK ] 0.77 sec. 2024-08-31 06:58:07 02427_msan_group_array_resample: [ OK ] 0.54 sec. 2024-08-31 06:58:07 02424_pod_array_overflow: [ OK ] 0.54 sec. 2024-08-31 06:58:08 02423_multidimensional_array_get_data_at: [ OK ] 0.53 sec. 2024-08-31 06:58:30 02521_aggregation_by_partitions: [ OK ] 65.28 sec. 2024-08-31 06:58:31 02448_clone_replica_lost_part: [ OK ] 28.25 sec. 2024-08-31 06:58:33 02421_formats_with_totals_and_extremes: [ OK ] 1.38 sec. 2024-08-31 06:58:36 02419_keeper_map_primary_key: [ OK ] 3.25 sec. 2024-08-31 06:58:36 02435_rollback_cancelled_queries: [ OK ] 32.72 sec. 2024-08-31 06:58:37 02418_do_not_return_empty_blocks_from_ConvertingAggregatedToChunksTransform: [ OK ] 1.31 sec. 2024-08-31 06:58:40 02416_keeper_map: [ OK ] 3.01 sec. 2024-08-31 06:58:41 02416_in_set_same_ast_diff_columns: [ OK ] 0.47 sec. 2024-08-31 06:58:42 02403_arrow_large_string: [ OK ] 1.66 sec. 2024-08-31 06:58:43 02402_merge_engine_with_view: [ OK ] 0.88 sec. 2024-08-31 06:58:44 02392_every_setting_must_have_documentation: [ OK ] 0.45 sec. 2024-08-31 06:58:44 02386_analyzer_in_function_nested_subqueries: [ OK ] 0.52 sec. 2024-08-31 06:58:45 02384_nullable_low_cardinality_as_dict_in_arrow: [ OK ] 0.57 sec. 2024-08-31 06:58:46 02417_load_marks_async: [ OK ] 9.77 sec. 2024-08-31 06:58:46 02428_parameterized_view: [ OK ] 41.41 sec. 2024-08-31 06:58:47 02383_array_signed_const_positive_index: [ OK ] 0.80 sec. 2024-08-31 06:58:47 02421_truncate_isolation_no_merges: [ OK ] 39.10 sec. 2024-08-31 06:58:47 02381_client_prints_server_side_time: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 06:58:48 02381_setting_value_auto: [ OK ] 0.55 sec. 2024-08-31 06:58:48 02379_analyzer_subquery_depth: [ OK ] 0.61 sec. 2024-08-31 06:58:48 02381_arrow_dict_of_nullable_string_to_lc: [ OK ] 1.53 sec. 2024-08-31 06:58:49 02421_type_json_empty_parts: [ OK ] 18.99 sec. 2024-08-31 06:58:50 02376_analyzer_in_function_subquery: [ OK ] 1.13 sec. 2024-08-31 06:58:50 02377_modify_column_from_lc: [ OK ] 1.82 sec. 2024-08-31 06:58:51 02375_analyzer_union: [ OK ] 0.76 sec. 2024-08-31 06:58:51 02383_arrow_dict_special_cases: [ OK ] 5.74 sec. 2024-08-31 06:58:51 02366_normalize_aggregate_function_types_and_states: [ OK ] 0.58 sec. 2024-08-31 06:58:51 02373_analyzer_join_use_nulls: [ OK ] 1.23 sec. 2024-08-31 06:58:52 02366_kql_native_interval_format: [ OK ] 0.70 sec. 2024-08-31 06:58:52 02366_union_decimal_conversion: [ OK ] 0.60 sec. 2024-08-31 06:58:52 02366_kql_distinct: [ OK ] 0.64 sec. 2024-08-31 06:58:52 02366_kql_extend: [ OK ] 0.87 sec. 2024-08-31 06:58:53 02355_column_type_name_lc: [ OK ] 0.43 sec. 2024-08-31 06:58:53 02354_with_statement_non_exist_column: [ OK ] 0.44 sec. 2024-08-31 06:58:53 02352_lightweight_delete_and_object_column: [ OK ] 0.60 sec. 2024-08-31 06:58:53 02359_send_logs_source_regexp: [ OK ] 1.63 sec. 2024-08-31 06:58:54 02347_rank_corr_nan: [ OK ] 0.48 sec. 2024-08-31 06:58:55 02353_order_by_tuple: [ OK ] 1.99 sec. 2024-08-31 06:58:55 02377_extend_protocol_with_query_parameters: [ OK ] 6.77 sec. 2024-08-31 06:58:55 02473_multistep_prewhere: [ OK ] 61.87 sec. 2024-08-31 06:58:55 02346_inverted_index_detach_attach: [ OK ] 0.53 sec. 2024-08-31 06:58:55 02346_inverted_index_bug59039: [ OK ] 0.44 sec. 2024-08-31 06:58:56 02346_additional_filters: [ OK ] 1.87 sec. 2024-08-31 06:58:56 02343_analyzer_lambdas_issue_36677: [ OK ] 0.57 sec. 2024-08-31 06:58:57 02343_analyzer_column_transformers_strict: [ OK ] 1.10 sec. 2024-08-31 06:58:57 02346_non_negative_derivative: [ OK ] 1.86 sec. 2024-08-31 06:58:57 02343_aggregation_pipeline: [ OK ] 1.13 sec. 2024-08-31 06:58:57 02340_union_header: [ OK ] 0.49 sec. 2024-08-31 06:58:57 02341_global_join_cte: [ OK ] 1.17 sec. 2024-08-31 06:58:57 02336_sort_optimization_with_fill: [ OK ] 0.42 sec. 2024-08-31 06:58:58 02326_settings_changes_system_table: [ OK ] 0.46 sec. 2024-08-31 06:58:58 02327_try_infer_integers_schema_inference: [ OK ] 0.69 sec. 2024-08-31 06:58:58 02326_numbers_from_json_strings_schema_inference: [ OK ] 0.61 sec. 2024-08-31 06:58:58 02316_literal_no_octal: [ OK ] 0.42 sec. 2024-08-31 06:58:58 02315_replace_multiif_to_if: [ OK ] 0.43 sec. 2024-08-31 06:58:58 02319_timeslots_dt64: [ OK ] 0.89 sec. 2024-08-31 06:58:58 02315_optimize_monotonous_functions_in_order_by_remote: [ OK ] 0.48 sec. 2024-08-31 06:58:59 02310_generate_multi_columns_with_uuid: [ OK ] 0.46 sec. 2024-08-31 06:58:59 02311_system_zookeeper_insert: [ OK ] 1.33 sec. 2024-08-31 06:58:59 02381_compress_marks_and_primary_key: [ OK ] 13.08 sec. 2024-08-31 06:59:00 02346_aggregation_in_order_fixed_prefix: [ OK ] 6.33 sec. 2024-08-31 06:59:00 02306_rowbinary_has_no_bom: [ OK ] 1.30 sec. 2024-08-31 06:59:00 02303_cast_nullable_to_custom_types: [ OK ] 0.88 sec. 2024-08-31 06:59:01 02477_projection_materialize_and_zero_copy: [ OK ] 73.01 sec. 2024-08-31 06:59:01 02306_part_types_profile_events: [ OK ] 2.33 sec. 2024-08-31 06:59:01 02310_clickhouse_local_INSERT_progress_profile_events: [ OK ] 2.45 sec. 2024-08-31 06:59:01 02302_column_decl_null_before_defaul_value: [ OK ] 1.19 sec. 2024-08-31 06:59:01 02293_ilike_on_fixed_strings: [ OK ] 0.49 sec. 2024-08-31 06:59:01 02293_optimize_aggregation_in_order_Array_functions: [ OK ] 0.64 sec. 2024-08-31 06:59:02 02294_dictionaries_hierarchical_index: [ OK ] 0.93 sec. 2024-08-31 06:59:02 02296_ttl_non_deterministic: [ OK ] 1.43 sec. 2024-08-31 06:59:02 02293_compatibility_ignore_auto_increment_in_create_table: [ OK ] 0.90 sec. 2024-08-31 06:59:02 02293_h3_distance: [ OK ] 0.90 sec. 2024-08-31 06:59:02 02301_harmful_reexec: [ OK ] 2.01 sec. 2024-08-31 06:59:02 02275_full_sort_join_long: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 06:59:02 02303_query_kind: [ OK ] 2.94 sec. 2024-08-31 06:59:03 02287_ephemeral_format_crash: [ OK ] 0.54 sec. 2024-08-31 06:59:03 02292_hash_array_tuples: [ OK ] 0.68 sec. 2024-08-31 06:59:03 02269_to_start_of_interval_overflow: [ OK ] 0.55 sec. 2024-08-31 06:59:03 02269_create_table_with_collation: [ OK ] 0.62 sec. 2024-08-31 06:59:03 02276_full_sort_join_unsupported: [ OK ] 1.24 sec. 2024-08-31 06:59:03 02293_grouping_function_group_by: [ OK ] 1.79 sec. 2024-08-31 06:59:04 02267_jsonlines_ndjson_format: [ OK ] 0.54 sec. 2024-08-31 06:59:04 02267_output_format_prometheus: [ OK ] 0.63 sec. 2024-08-31 06:59:04 02266_auto_add_nullable: [ OK ] 0.44 sec. 2024-08-31 06:59:04 02267_special_operator_parse_alias_check: [ OK ] 1.03 sec. 2024-08-31 06:59:04 02293_http_header_summary_contains_exception_code_with_progress: [ OK ] 2.95 sec. 2024-08-31 06:59:05 02260_alter_compact_part_drop_nested_column: [ OK ] 0.72 sec. 2024-08-31 06:59:05 02265_per_table_ttl_mutation_on_change: [ OK ] 0.83 sec. 2024-08-31 06:59:06 02248_nullable_custom_types_to_string: [ OK ] 0.50 sec. 2024-08-31 06:59:08 02250_ON_CLUSTER_grant: [ OK ] 3.34 sec. 2024-08-31 06:59:08 02245_make_datetime64: [ OK ] 2.31 sec. 2024-08-31 06:59:08 02265_column_ttl: [ OK ] 4.07 sec. 2024-08-31 06:59:09 02244_url_engine_headers_test: [ OK ] 1.06 sec. 2024-08-31 06:59:09 02250_lots_of_columns_in_csv_with_names: [ OK ] 4.05 sec. 2024-08-31 06:59:10 02245_s3_support_read_nested_column: [ OK ] 1.78 sec. 2024-08-31 06:59:10 02242_subcolumns_sizes: [ OK ] 0.95 sec. 2024-08-31 06:59:10 02242_optimize_to_subcolumns_no_storage: [ OK ] 0.45 sec. 2024-08-31 06:59:10 02266_protobuf_format_google_wrappers: [ OK ] 6.99 sec. 2024-08-31 06:59:11 02235_check_table_sparse_serialization: [ OK ] 0.52 sec. 2024-08-31 06:59:15 02242_case_insensitive_column_matching: [ OK ] 6.86 sec. 2024-08-31 06:59:15 02242_case_insensitive_nested: [ OK ] 6.36 sec. 2024-08-31 06:59:21 02233_interpolate_1: [ OK ] 6.03 sec. 2024-08-31 06:59:30 02229_client_stop_multiquery_in_SIGINT: [ OK ] 8.31 sec. 2024-08-31 06:59:31 02226_async_insert_table_function: [ OK ] 0.83 sec. 2024-08-31 06:59:33 02225_parallel_distributed_insert_select_view: [ OK ] 2.91 sec. 2024-08-31 06:59:34 02220_array_join_format: [ OK ] 0.53 sec. 2024-08-31 06:59:35 02271_replace_partition_many_tables: [ OK ] 32.26 sec. 2024-08-31 06:59:37 02212_h3_get_pentagon_indexes: [ OK ] 3.07 sec. 2024-08-31 06:59:39 02206_minimum_sample_size: [ OK ] 1.32 sec. 2024-08-31 06:59:40 02205_ephemeral_1: [ OK ] 0.99 sec. 2024-08-31 06:59:40 02204_fractional_progress_bar_long: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 06:59:48 02193_async_insert_tcp_client_1: [ OK ] 8.33 sec. 2024-08-31 06:59:48 02237_lzma_bug: [ OK ] 38.37 sec. 2024-08-31 06:59:49 02192_comment: [ OK ] 0.65 sec. 2024-08-31 06:59:50 02191_nested_with_dots: [ OK ] 1.59 sec. 2024-08-31 06:59:50 02188_parser_dictionary_primary_key: [ OK ] 1.66 sec. 2024-08-31 06:59:51 02210_processors_profile_log: [ OK ] 15.01 sec. 2024-08-31 06:59:51 02184_range_hashed_dictionary_outside_range_values: [ OK ] 0.99 sec. 2024-08-31 06:59:52 02181_format_describe_query: [ OK ] 1.58 sec. 2024-08-31 06:59:52 02179_range_hashed_dictionary_invalid_interval: [ OK ] 0.98 sec. 2024-08-31 06:59:53 02165_h3_edge_length_km: [ OK ] 0.79 sec. 2024-08-31 06:59:53 02180_group_by_lowcardinality: [ OK ] 2.43 sec. 2024-08-31 06:59:54 02165_insert_from_infile: [ OK ] 0.51 sec. 2024-08-31 06:59:54 02164_materialized_view_support_virtual_column: [ OK ] 0.89 sec. 2024-08-31 06:59:55 02160_monthname: [ OK ] 0.82 sec. 2024-08-31 06:59:55 02164_clickhouse_local_interactive_exception: [ OK ] 1.70 sec. 2024-08-31 06:59:57 02158_proportions_ztest: [ OK ] 2.18 sec. 2024-08-31 06:59:59 02155_dictionary_comment: [ OK ] 1.54 sec. 2024-08-31 06:59:59 02158_ztest_cmp: [ OK ] 3.64 sec. 2024-08-31 07:00:00 02155_nested_lc_defalut_bug: [ OK ] 0.59 sec. 2024-08-31 07:00:00 02235_remote_fs_cache_stress: [ OK ] 48.56 sec. 2024-08-31 07:00:00 02154_default_keyword_insert: [ OK ] 0.47 sec. 2024-08-31 07:00:00 02152_short_circuit_throw_if: [ OK ] 0.52 sec. 2024-08-31 07:00:00 02151_lc_prefetch: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 07:00:01 02150_replace_regexp_all_empty_match: [ OK ] 0.44 sec. 2024-08-31 07:00:01 02149_issue_32487: [ OK ] 0.39 sec. 2024-08-31 07:00:01 02152_bool_type: [ OK ] 0.94 sec. 2024-08-31 07:00:02 02274_full_sort_join_nodistinct: [ OK ] 59.51 sec. 2024-08-31 07:00:02 02154_bit_slice_for_string: [ OK ] 3.12 sec. 2024-08-31 07:00:04 02142_http_with_query_parameters: [ OK ] 1.61 sec. 2024-08-31 07:00:04 02148_issue_32737: [ OK ] 2.23 sec. 2024-08-31 07:00:06 02133_final_prewhere_where_lowcardinality_replacing: [ OK ] 1.97 sec. 2024-08-31 07:00:06 02140_clickhouse_local_queries_file_table: [ OK ] 2.24 sec. 2024-08-31 07:00:06 02231_bloom_filter_sizing: [ OK ] 50.82 sec. 2024-08-31 07:00:07 02133_issue_32458: [ OK ] 0.54 sec. 2024-08-31 07:00:07 02128_hex_bin_on_uuid: [ OK ] 0.65 sec. 2024-08-31 07:00:07 02131_mv_many_chunks_bug: [ OK ] 0.97 sec. 2024-08-31 07:00:08 02125_fix_storage_filelog: [ OK ] 0.59 sec. 2024-08-31 07:00:08 02149_read_in_order_fixed_prefix_negative: [ OK ] 7.42 sec. 2024-08-31 07:00:09 02125_low_cardinality_int256: [ OK ] 0.38 sec. 2024-08-31 07:00:10 02126_fix_filelog: [ OK ] 3.80 sec. 2024-08-31 07:00:11 02126_lc_window_functions: [ OK ] 3.73 sec. 2024-08-31 07:00:12 02124_insert_deduplication_token_materialized_views: [ OK ] 3.50 sec. 2024-08-31 07:00:16 02122_parallel_formatting_Markdown: [ OK ] 4.91 sec. 2024-08-31 07:00:17 02124_insert_deduplication_token_multiple_blocks_replica: [ OK ] 7.10 sec. 2024-08-31 07:00:19 02122_parallel_formatting_JSONEachRow: [ OK ] 6.47 sec. 2024-08-31 07:00:20 02177_issue_31009_pt2: [ OK ] 27.93 sec. 2024-08-31 07:00:25 02122_parallel_formatting_TSVWithNames: [ OK ] 7.07 sec. 2024-08-31 07:00:25 02122_parallel_formatting_JSONCompact: [ OK ] 5.80 sec. 2024-08-31 07:00:25 02125_lz4_compression_bug_Values: [ OK ] 17.68 sec. 2024-08-31 07:00:26 02122_parallel_formatting_PrettyCompactNoEscapes: [ OK ] 10.07 sec. 2024-08-31 07:00:26 02117_show_create_table_system: [ OK ] 1.13 sec. 2024-08-31 07:00:26 02115_map_contains: [ OK ] 0.51 sec. 2024-08-31 07:00:27 02122_parallel_formatting_JSONCompactStringsEachRowWithNames: [ OK ] 6.69 sec. 2024-08-31 07:00:27 02114_bool_type: [ OK ] 1.12 sec. 2024-08-31 07:00:27 02113_base64encode_trailing_bytes_1: [ OK ] 0.42 sec. 2024-08-31 07:00:27 02114_offset_fetch_without_order_by: [ OK ] 1.36 sec. 2024-08-31 07:00:28 02111_json_column_name_encoding: [ OK ] 0.42 sec. 2024-08-31 07:00:28 02111_function_mapExtractKeyLike: [ OK ] 0.65 sec. 2024-08-31 07:00:29 02112_delayed_clickhouse_local: [ OK ] 2.06 sec. 2024-08-31 07:00:30 02100_now64_types_bug: [ OK ] 0.49 sec. 2024-08-31 07:00:30 02101_avro_union_index_out_of_boundary: [ OK ] 2.11 sec. 2024-08-31 07:00:30 02098_date32_comparison: [ OK ] 0.62 sec. 2024-08-31 07:00:31 02122_parallel_formatting_JSONCompactStringsEachRowWithNamesAndTypes: [ OK ] 6.03 sec. 2024-08-31 07:00:31 02095_function_get_os_kernel_version: [ OK ] 0.44 sec. 2024-08-31 07:00:31 02053_INSERT_SELECT_MATERIALIZED: [ OK ] 0.49 sec. 2024-08-31 07:00:34 02114_hdfs_bad_url: [ OK ] 7.97 sec. 2024-08-31 07:00:37 02048_parallel_reading_from_infile: [ OK ] 2.60 sec. 2024-08-31 07:00:38 02101_empty_as_default_and_omitted_fields: [ OK ] 9.58 sec. 2024-08-31 07:00:38 02149_schema_inference_formats_with_schema_1: [ OK ] 36.54 sec. 2024-08-31 07:00:38 02044_exists_operator: [ OK ] 0.59 sec. 2024-08-31 07:00:39 02039_group_by_with_totals_having: [ OK ] 0.46 sec. 2024-08-31 07:00:39 02035_isNull_isNotNull_format: [ OK ] 0.51 sec. 2024-08-31 07:00:39 02048_clickhouse_local_stage: [ OK ] 2.86 sec. 2024-08-31 07:00:41 02050_client_profile_events: [ OK ] 9.15 sec. 2024-08-31 07:00:41 02029_test_implemented_methods: [ OK ] 1.25 sec. 2024-08-31 07:00:41 02028_system_data_skipping_indices_size: [ OK ] 0.59 sec. 2024-08-31 07:00:42 02025_subcolumns_compact_parts: [ OK ] 0.90 sec. 2024-08-31 07:00:42 02023_parser_number_binary_literal: [ OK ] 0.56 sec. 2024-08-31 07:00:42 02021_prewhere_always_true_where: [ OK ] 0.48 sec. 2024-08-31 07:00:42 02018_multiple_with_fill_for_the_same_column: [ OK ] 0.51 sec. 2024-08-31 07:00:44 02067_lost_part_s3: [ OK ] 13.06 sec. 2024-08-31 07:00:45 02016_bit_shift_right_for_string_integer: [ OK ] 2.41 sec. 2024-08-31 07:00:45 02013_bloom_filter_hasAll: [ OK ] 1.16 sec. 2024-08-31 07:00:45 02012_zookeeper_changed_enum_type_incompatible: [ OK ] 0.81 sec. 2024-08-31 07:00:45 02015_async_inserts_5: [ OK ] 3.03 sec. 2024-08-31 07:00:46 02012_get_server_port: [ OK ] 0.71 sec. 2024-08-31 07:00:46 02012_changed_enum_type_non_replicated: [ OK ] 0.63 sec. 2024-08-31 07:00:47 02009_decimal_no_trailing_zeros: [ OK ] 0.82 sec. 2024-08-31 07:00:47 02011_http_parsing: [ OK ] 1.38 sec. 2024-08-31 07:00:47 02009_body_query_params: [ OK ] 1.28 sec. 2024-08-31 07:00:47 02047_log_family_complex_structs_data_file_dumps: [ OK ] 9.81 sec. 2024-08-31 07:00:48 02009_mysql_client_empty_result: [ OK ] 1.48 sec. 2024-08-31 07:00:48 02006_use_constants_in_with_and_select: [ OK ] 0.62 sec. 2024-08-31 07:00:49 02008_materialize_column: [ OK ] 1.14 sec. 2024-08-31 07:00:49 01951_distributed_push_down_limit: [ OK ] 0.54 sec. 2024-08-31 07:00:49 01942_untuple_transformers_msan: [ OK ] 0.44 sec. 2024-08-31 07:00:50 01943_pmj_non_joined_stuck: [ OK ] 1.31 sec. 2024-08-31 07:00:50 02001_compress_output_file: [ OK ] 1.96 sec. 2024-08-31 07:00:50 02009_from_infile: [ OK ] 3.16 sec. 2024-08-31 07:00:50 01940_pad_string: [ OK ] 1.20 sec. 2024-08-31 07:00:50 01940_totimezone_operator_monotonicity: [ OK ] 0.56 sec. 2024-08-31 07:00:51 01938_joins_identifiers: [ OK ] 0.54 sec. 2024-08-31 07:00:51 01939_type_map_json: [ OK ] 0.73 sec. 2024-08-31 07:00:51 01936_quantiles_cannot_return_null: [ OK ] 0.48 sec. 2024-08-31 07:00:51 01926_union_all_schmak: [ OK ] 0.50 sec. 2024-08-31 07:00:51 01932_null_valid_identifier: [ OK ] 0.66 sec. 2024-08-31 07:00:52 01933_invalid_date: [ OK ] 1.06 sec. 2024-08-31 07:00:52 01926_date_date_time_supertype: [ OK ] 0.60 sec. 2024-08-31 07:00:52 01925_broken_partition_id_zookeeper: [ OK ] 0.67 sec. 2024-08-31 07:00:53 01925_map_populate_series_on_map: [ OK ] 1.15 sec. 2024-08-31 07:00:53 01923_different_expression_name_alias: [ OK ] 0.71 sec. 2024-08-31 07:00:53 01923_ttl_with_modify_column: [ OK ] 0.90 sec. 2024-08-31 07:00:53 01921_with_fill_with_totals: [ OK ] 0.48 sec. 2024-08-31 07:00:53 01921_not_chain: [ OK ] 0.45 sec. 2024-08-31 07:00:54 01913_summing_mt_and_simple_agg_function_with_lc: [ OK ] 0.52 sec. 2024-08-31 07:00:54 01907_multiple_aliases: [ OK ] 0.43 sec. 2024-08-31 07:00:55 01922_client_param: [ OK ] 2.06 sec. 2024-08-31 07:00:56 01902_table_function_merge_db_params: [ OK ] 0.71 sec. 2024-08-31 07:00:57 01906_lc_in_bug: [ OK ] 3.50 sec. 2024-08-31 07:00:59 02241_join_rocksdb_bs: [ OK ] 108.66 sec. 2024-08-31 07:00:59 01891_not_in_partition_prune: [ OK ] 0.78 sec. 2024-08-31 07:01:00 01889_key_condition_function_chains: [ OK ] 0.96 sec. 2024-08-31 07:01:01 01889_tokenize: [ OK ] 0.52 sec. 2024-08-31 07:01:01 02581_share_big_sets_between_mutation_tasks: [ OK ] 225.33 sec. 2024-08-31 07:01:02 01881_create_as_tuple: [ OK ] 0.54 sec. 2024-08-31 07:01:02 02030_rocksdb_race_long: [ OK ] 22.84 sec. 2024-08-31 07:01:03 01927_query_views_log_matview_exceptions: [ OK ] 11.83 sec. 2024-08-31 07:01:04 01882_total_rows_approx: [ OK ] 3.11 sec. 2024-08-31 07:01:05 01894_jit_aggregation_function_max_long: [ OK ] 7.35 sec. 2024-08-31 07:01:05 01900_kill_mutation_parallel_long: [ OK ] 9.46 sec. 2024-08-31 07:01:06 01866_datetime64_cmp_with_constant: [ OK ] 0.95 sec. 2024-08-31 07:01:06 01874_select_from_trailing_whitespaces: [ OK ] 3.21 sec. 2024-08-31 07:01:06 01865_aggregator_overflow_row: [ OK ] 0.84 sec. 2024-08-31 07:01:06 01853_s2_cells_intersect: [ OK ] 0.56 sec. 2024-08-31 07:01:07 01855_jit_comparison_constant_result: [ OK ] 0.87 sec. 2024-08-31 07:01:07 01881_join_on_conditions_merge: [ OK ] 5.02 sec. 2024-08-31 07:01:07 01851_fix_row_policy_empty_result: [ OK ] 0.48 sec. 2024-08-31 07:01:07 01852_cast_operator: [ OK ] 0.78 sec. 2024-08-31 07:01:08 01852_hints_enum_name: [ OK ] 1.73 sec. 2024-08-31 07:01:08 01833_test_collation_alvarotuso: [ OK ] 0.59 sec. 2024-08-31 07:01:08 01825_type_json_5: [ OK ] 0.58 sec. 2024-08-31 07:01:08 01881_join_on_conditions_hash: [ OK ] 6.04 sec. 2024-08-31 07:01:08 01825_type_json_10: [ OK ] 0.52 sec. 2024-08-31 07:01:08 01825_type_json_bools: [ OK ] 0.59 sec. 2024-08-31 07:01:09 01825_type_json_order_by: [ OK ] 0.59 sec. 2024-08-31 07:01:09 01825_type_json_missed_values: [ OK ] 0.88 sec. 2024-08-31 07:01:10 01834_alias_columns_laziness_filimonov: [ OK ] 2.48 sec. 2024-08-31 07:01:10 01825_type_json_field: [ OK ] 0.63 sec. 2024-08-31 07:01:11 01872_initial_query_start_time: [ OK ] 6.98 sec. 2024-08-31 07:01:11 01825_type_json_parallel_insert: [ OK ] 1.94 sec. 2024-08-31 07:01:12 01820_unhex_case_insensitive: [ OK ] 0.41 sec. 2024-08-31 07:01:12 01817_storage_buffer_parameters: [ OK ] 0.45 sec. 2024-08-31 07:01:12 01813_quantileBfloat16_nans: [ OK ] 0.44 sec. 2024-08-31 07:01:12 01825_type_json_8: [ OK ] 4.47 sec. 2024-08-31 07:01:13 01803_untuple_subquery: [ OK ] 0.46 sec. 2024-08-31 07:01:13 01800_log_nested: [ OK ] 0.64 sec. 2024-08-31 07:01:14 01825_type_json_4: [ OK ] 4.70 sec. 2024-08-31 07:01:15 01796_Log_rwlock_ub: [ OK ] 0.47 sec. 2024-08-31 07:01:15 01801_nullable_low_cardinality_tsv: [ OK ] 2.65 sec. 2024-08-31 07:01:16 01811_storage_buffer_flush_parameters: [ OK ] 3.65 sec. 2024-08-31 07:01:16 01778_mmap_cache_infra: [ OK ] 0.65 sec. 2024-08-31 07:01:18 01777_map_populate_series_ubsan: [ OK ] 1.69 sec. 2024-08-31 07:01:19 01774_bar_with_illegal_value: [ OK ] 0.67 sec. 2024-08-31 07:01:20 01822_async_read_from_socket_crash: [ OK ] 9.96 sec. 2024-08-31 07:01:20 01773_min_max_time_system_parts_datetime64: [ OK ] 0.86 sec. 2024-08-31 07:01:21 01774_ip_address_in_range: [ OK ] 2.16 sec. 2024-08-31 07:01:21 01773_case_sensitive_version: [ OK ] 0.54 sec. 2024-08-31 07:01:21 01770_add_months_ubsan: [ OK ] 0.47 sec. 2024-08-31 07:01:22 01761_cast_to_enum_nullable: [ OK ] 0.48 sec. 2024-08-31 07:01:22 01762_deltasumtimestamp: [ OK ] 1.45 sec. 2024-08-31 07:01:23 01746_lc_values_format_bug: [ OK ] 0.62 sec. 2024-08-31 07:01:25 01758_optimize_skip_unused_shards_once: [ OK ] 2.57 sec. 2024-08-31 07:01:26 01745_alter_delete_view: [ OK ] 0.92 sec. 2024-08-31 07:01:26 01736_null_as_default: [ OK ] 0.55 sec. 2024-08-31 07:01:27 01732_union_and_union_all: [ OK ] 0.51 sec. 2024-08-31 07:01:28 01825_type_json_nbagames: [ OK ] 19.28 sec. 2024-08-31 07:01:28 01746_long_zlib_http_compression_json_format: [ OK ] 4.79 sec. 2024-08-31 07:01:28 01720_union_distinct_with_limit: [ OK ] 0.48 sec. 2024-08-31 07:01:29 01712_no_adaptive_granularity_vertical_merge: [ OK ] 0.85 sec. 2024-08-31 07:01:29 01785_parallel_formatting_memory: [ OK ] 14.16 sec. 2024-08-31 07:01:29 01713_table_ttl_old_syntax_zookeeper: [ OK ] 0.96 sec. 2024-08-31 07:01:30 01703_rewrite_aggregate_function_case_insensitive: [ OK ] 0.52 sec. 2024-08-31 07:01:30 01710_minmax_count_projection_modify_partition_key: [ OK ] 0.63 sec. 2024-08-31 07:01:30 01710_projection_optimize_aggregators_of_group_by_keys: [ OK ] 0.67 sec. 2024-08-31 07:01:30 01700_mod_negative_type_promotion: [ OK ] 0.53 sec. 2024-08-31 07:01:31 01691_DateTime64_clamp: [ OK ] 0.70 sec. 2024-08-31 07:01:31 01698_fix_toMinute: [ OK ] 1.21 sec. 2024-08-31 07:01:31 01699_timezoneOffset: [ OK ] 1.75 sec. 2024-08-31 07:01:32 01684_insert_specify_shard_id: [ OK ] 1.53 sec. 2024-08-31 07:01:33 01686_rocksdb: [ OK ] 1.83 sec. 2024-08-31 07:01:42 01675_distributed_bytes_to_delay_insert: [ OK ] 9.11 sec. 2024-08-31 07:01:43 01674_unicode_asan: [ OK ] 1.70 sec. 2024-08-31 07:01:46 02099_tsv_raw_format: [ OK ] 76.75 sec. 2024-08-31 07:01:47 01671_merge_join_and_constants: [ OK ] 3.27 sec. 2024-08-31 07:01:48 01668_avg_weighted_ubsan: [ OK ] 1.14 sec. 2024-08-31 07:01:49 01670_neighbor_lc_bug: [ OK ] 1.89 sec. 2024-08-31 07:01:49 01666_great_circle_distance_ubsan: [ OK ] 0.69 sec. 2024-08-31 07:01:50 01665_substring_ubsan: [ OK ] 0.58 sec. 2024-08-31 07:01:52 01663_aes_msan: [ OK ] 2.30 sec. 2024-08-31 07:01:53 01666_gcd_ubsan: [ OK ] 4.53 sec. 2024-08-31 07:01:53 01661_arraySlice_ubsan: [ OK ] 0.53 sec. 2024-08-31 07:01:54 01661_test_toDayOfWeek_mysql_compatibility: [ OK ] 0.69 sec. 2024-08-31 07:01:55 01660_test_toDayOfYear_mysql_compatibility: [ OK ] 0.58 sec. 2024-08-31 07:01:55 01659_array_aggregation_ubsan: [ OK ] 0.58 sec. 2024-08-31 07:01:56 01658_test_base64Encode_mysql_compatibility: [ OK ] 0.56 sec. 2024-08-31 07:01:57 01657_array_element_ubsan: [ OK ] 1.23 sec. 2024-08-31 07:01:58 01655_window_functions_null: [ OK ] 0.69 sec. 2024-08-31 07:02:00 01661_join_complex: [ OK ] 6.78 sec. 2024-08-31 07:02:01 01654_bar_nan: [ OK ] 1.28 sec. 2024-08-31 07:02:04 01653_tuple_hamming_distance_2: [ OK ] 2.38 sec. 2024-08-31 07:02:05 01650_expressions_merge_bug: [ OK ] 0.79 sec. 2024-08-31 07:02:12 01646_rewrite_sum_if: [ OK ] 7.62 sec. 2024-08-31 07:02:21 01675_data_type_coroutine_2: [ OK ] 48.50 sec. 2024-08-31 07:02:28 01640_marks_corruption_regression: [ OK ] 6.98 sec. 2024-08-31 07:02:28 01683_text_log_deadlock: [ OK ] 57.12 sec. 2024-08-31 07:02:29 01641_memory_tracking_insert_optimize: [ OK ] 16.81 sec. 2024-08-31 07:02:29 01635_nullable_fuzz: [ OK ] 0.79 sec. 2024-08-31 07:02:30 01634_summap_nullable: [ OK ] 0.47 sec. 2024-08-31 07:02:30 01639_distributed_sync_insert_zero_rows: [ OK ] 1.37 sec. 2024-08-31 07:02:30 01632_max_partitions_to_read: [ OK ] 0.95 sec. 2024-08-31 07:02:30 01620_fix_simple_state_arg_type: [ OK ] 0.62 sec. 2024-08-31 07:02:30 01611_constant_folding_subqueries: [ OK ] 0.58 sec. 2024-08-31 07:02:31 01655_plan_optimizations: [ OK ] 32.36 sec. 2024-08-31 07:02:31 01605_key_condition_enum_int: [ OK ] 0.49 sec. 2024-08-31 07:02:31 01611_string_to_low_cardinality_key_alter: [ OK ] 0.98 sec. 2024-08-31 07:02:32 01605_skip_idx_compact_parts: [ OK ] 0.66 sec. 2024-08-31 07:02:32 01603_remove_column_ttl: [ OK ] 0.69 sec. 2024-08-31 07:02:33 01606_merge_from_wide_to_compact: [ OK ] 2.55 sec. 2024-08-31 07:02:33 01605_dictinct_two_level: [ OK ] 2.53 sec. 2024-08-31 07:02:33 01602_runningConcurrency: [ OK ] 1.46 sec. 2024-08-31 07:02:34 01600_min_max_compress_block_size: [ OK ] 0.47 sec. 2024-08-31 07:02:34 01602_modified_julian_day_msan: [ OK ] 0.65 sec. 2024-08-31 07:02:34 01782_field_oom: [ OK ] 79.05 sec. 2024-08-31 07:02:34 01596_setting_limit_offset: [ OK ] 0.85 sec. 2024-08-31 07:02:34 01592_length_map: [ OK ] 0.45 sec. 2024-08-31 07:02:34 01593_insert_settings: [ OK ] 0.84 sec. 2024-08-31 07:02:35 01582_distinct_subquery_groupby: [ OK ] 0.84 sec. 2024-08-31 07:02:35 01586_replicated_mutations_empty_partition: [ OK ] 1.33 sec. 2024-08-31 07:02:35 01569_query_profiler_big_query_id: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 07:02:35 01585_use_index_for_global_in_with_null: [ OK ] 1.27 sec. 2024-08-31 07:02:36 01579_date_datetime_index_comparison: [ OK ] 0.70 sec. 2024-08-31 07:02:36 01580_column_const_comparision: [ OK ] 1.56 sec. 2024-08-31 07:02:37 01562_agg_null_for_empty_ahead: [ OK ] 1.21 sec. 2024-08-31 07:02:37 01560_DateTime_and_DateTime64_comparision: [ OK ] 0.56 sec. 2024-08-31 07:02:37 01560_mann_whitney: [ OK ] 1.09 sec. 2024-08-31 07:02:37 01560_merge_distributed_join: [ OK ] 0.75 sec. 2024-08-31 07:02:38 01551_mergetree_read_in_order_spread: [ OK ] 0.98 sec. 2024-08-31 07:02:39 01561_clickhouse_client_stage: [ OK ] 3.27 sec. 2024-08-31 07:02:39 01554_row_number_after_cannot_read_all_data: [ OK ] 2.24 sec. 2024-08-31 07:02:39 01550_type_map_formats: [ OK ] 0.94 sec. 2024-08-31 07:02:39 01558_ttest_scipy: [ OK ] 2.71 sec. 2024-08-31 07:02:41 01602_max_distributed_connections: [ OK ] 8.84 sec. 2024-08-31 07:02:42 01544_file_engine_settings: [ OK ] 2.34 sec. 2024-08-31 07:02:42 01544_fromModifiedJulianDay: [ OK ] 0.85 sec. 2024-08-31 07:02:42 01538_fuzz_aggregate: [ OK ] 0.47 sec. 2024-08-31 07:02:43 01543_toModifiedJulianDay: [ OK ] 0.98 sec. 2024-08-31 07:02:43 01532_collate_in_low_cardinality: [ OK ] 0.68 sec. 2024-08-31 07:02:44 01528_to_uuid_or_null_or_zero: [ OK ] 0.75 sec. 2024-08-31 07:02:44 01529_union_distinct_and_setting_union_default_mode: [ OK ] 1.36 sec. 2024-08-31 07:02:44 01799_long_uniq_theta_sketch: [ OK ] 91.02 sec. 2024-08-31 07:02:45 01721_join_implicit_cast_long: [ OK ] 77.84 sec. 2024-08-31 07:02:45 01521_alter_enum_and_reverse_read: [ OK ] 0.63 sec. 2024-08-31 07:02:45 01527_materialized_view_stack_overflow: [ OK ] 1.26 sec. 2024-08-31 07:02:45 01511_different_expression_with_same_alias: [ OK ] 0.57 sec. 2024-08-31 07:02:45 01511_alter_version_versioned_collapsing_merge_tree_zookeeper: [ OK ] 1.20 sec. 2024-08-31 07:02:45 01507_multiversion_storage_for_storagememory: [ OK ] 0.45 sec. 2024-08-31 07:02:46 01506_buffer_table_alter_block_structure: [ OK ] 0.57 sec. 2024-08-31 07:02:46 01504_view_type_conversion: [ OK ] 0.48 sec. 2024-08-31 07:02:46 01548_parallel_parsing_max_memory: [ OK ] 7.56 sec. 2024-08-31 07:02:46 01499_log_deadlock: [ OK ] 0.64 sec. 2024-08-31 07:02:46 01495_subqueries_in_with_statement_4: [ OK ] 0.47 sec. 2024-08-31 07:02:47 01486_json_array_output: [ OK ] 0.44 sec. 2024-08-31 07:02:47 01478_not_equi-join_on: [ OK ] 0.35 sec. 2024-08-31 07:02:47 01474_decimal_scale_bug: [ OK ] 0.60 sec. 2024-08-31 07:02:47 01473_event_time_microseconds: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 07:02:47 01480_binary_operator_monotonicity: [ OK ] 1.07 sec. 2024-08-31 07:02:48 01471_top_k_range_check: [ OK ] 0.66 sec. 2024-08-31 07:02:49 01471_limit_by_format: [ OK ] 0.47 sec. 2024-08-31 07:02:49 01461_alter_table_function: [ OK ] 0.75 sec. 2024-08-31 07:02:50 01472_toBoundsOfInterval_disallow_empty_tz_field: [ OK ] 2.10 sec. 2024-08-31 07:02:50 01458_is_decimal_overflow: [ OK ] 0.82 sec. 2024-08-31 07:02:51 01457_compile_expressions_fuzzer: [ OK ] 0.42 sec. 2024-08-31 07:02:51 01457_min_index_granularity_bytes_setting: [ OK ] 0.58 sec. 2024-08-31 07:02:53 01455_shard_leaf_max_rows_bytes_to_read: [ OK ] 1.52 sec. 2024-08-31 07:02:54 01455_time_zones: [ OK ] 0.46 sec. 2024-08-31 07:02:58 01903_correct_block_size_prediction_with_default: [ OK ] 124.58 sec. 2024-08-31 07:03:00 01547_query_log_current_database: [ OK ] 21.33 sec. 2024-08-31 07:03:02 01451_dist_logs: [ OK ] 3.28 sec. 2024-08-31 07:03:02 01451_wrong_error_long_query: [ OK ] 1.47 sec. 2024-08-31 07:03:02 01449_json_compact_strings: [ OK ] 0.43 sec. 2024-08-31 07:03:03 01448_json_compact_strings_each_row: [ OK ] 1.43 sec. 2024-08-31 07:03:05 01505_pipeline_executor_UAF: [ OK ] 19.69 sec. 2024-08-31 07:03:06 01440_big_int_least_greatest: [ OK ] 1.01 sec. 2024-08-31 07:03:07 01546_log_queries_min_query_duration_ms: [ OK ] 27.35 sec. 2024-08-31 07:03:07 01435_lcm_overflow: [ OK ] 0.66 sec. 2024-08-31 07:03:08 01460_line_as_string_format: [ OK ] 18.24 sec. 2024-08-31 07:03:08 01433_hex_float: [ OK ] 0.54 sec. 2024-08-31 07:03:08 01440_big_int_exotic_casts: [ OK ] 1.77 sec. 2024-08-31 07:03:09 01425_default_value_of_type_name: [ OK ] 0.51 sec. 2024-08-31 07:03:09 01426_geohash_constants: [ OK ] 0.65 sec. 2024-08-31 07:03:09 01475_read_subcolumns: [ OK ] 22.26 sec. 2024-08-31 07:03:09 01428_h3_range_check: [ OK ] 1.46 sec. 2024-08-31 07:03:09 01422_array_nullable_element_nullable_index: [ OK ] 0.60 sec. 2024-08-31 07:03:10 01422_map_skip_null: [ OK ] 1.12 sec. 2024-08-31 07:03:10 01416_clear_column_pk: [ OK ] 0.73 sec. 2024-08-31 07:03:10 01413_if_array_uuid: [ OK ] 0.49 sec. 2024-08-31 07:03:11 01410_full_join_and_null_predicates: [ OK ] 1.09 sec. 2024-08-31 07:03:12 01412_group_array_moving_shard: [ OK ] 1.80 sec. 2024-08-31 07:03:12 01410_nullable_key_and_index: [ OK ] 1.71 sec. 2024-08-31 07:03:12 01404_roundUpToPowerOfTwoOrZero_safety: [ OK ] 0.57 sec. 2024-08-31 07:03:12 01390_check_table_codec: [ OK ] 0.57 sec. 2024-08-31 07:03:12 01398_in_tuple_func: [ OK ] 0.63 sec. 2024-08-31 07:03:13 01376_array_fill_empty: [ OK ] 0.51 sec. 2024-08-31 07:03:13 01455_opentelemetry_distributed: [ OK ] 19.60 sec. 2024-08-31 07:03:13 01375_GROUP_BY_injective_elimination_dictGet_BAD_ARGUMENTS: [ OK ] 0.47 sec. 2024-08-31 07:03:14 01375_null_issue_3767: [ OK ] 0.48 sec. 2024-08-31 07:03:14 01374_if_nullable_filimonov: [ OK ] 0.49 sec. 2024-08-31 07:03:14 01372_wrong_order_by_removal: [ OK ] 0.50 sec. 2024-08-31 07:03:15 01372_remote_table_function_empty_table: [ OK ] 0.46 sec. 2024-08-31 07:03:15 01446_json_strings_each_row: [ OK ] 13.00 sec. 2024-08-31 07:03:15 01362_year_of_ISO8601_week_modificators_for_formatDateTime: [ OK ] 0.56 sec. 2024-08-31 07:03:16 01380_nullable_state: [ OK ] 3.29 sec. 2024-08-31 07:03:16 01361_buffer_table_flush_with_materialized_view: [ OK ] 0.73 sec. 2024-08-31 07:03:16 01357_version_collapsing_attach_detach_zookeeper: [ OK ] 0.73 sec. 2024-08-31 07:03:17 01355_defaultValueOfArgumentType_bug: [ OK ] 0.48 sec. 2024-08-31 07:03:17 01356_wrong_filter-type_bug: [ OK ] 0.71 sec. 2024-08-31 07:03:17 01354_order_by_tuple_collate_const: [ OK ] 0.43 sec. 2024-08-31 07:03:17 01354_tuple_low_cardinality_array_mapped_bug: [ OK ] 0.58 sec. 2024-08-31 07:03:18 01353_neighbor_overflow: [ OK ] 0.67 sec. 2024-08-31 07:03:18 01413_rows_events: [ OK ] 8.74 sec. 2024-08-31 07:03:19 01357_result_rows: [ OK ] 3.27 sec. 2024-08-31 07:03:19 01345_array_join_LittleMaverick: [ OK ] 0.77 sec. 2024-08-31 07:03:19 01353_low_cardinality_join_types: [ OK ] 1.62 sec. 2024-08-31 07:03:19 01326_fixed_string_comparison_denny_crane: [ OK ] 0.40 sec. 2024-08-31 07:03:20 01326_build_id: [ OK ] 0.52 sec. 2024-08-31 07:03:20 01346_alter_enum_partition_key_replicated_zookeeper_long: [ OK ] 2.25 sec. 2024-08-31 07:03:20 01344_alter_enum_partition_key: [ OK ] 1.33 sec. 2024-08-31 07:03:21 01443_merge_truncate_long: [ OK ] 17.34 sec. 2024-08-31 07:03:21 01325_freeze_mutation_stuck: [ OK ] 0.75 sec. 2024-08-31 07:03:21 01324_insert_tsv_raw: [ OK ] 0.66 sec. 2024-08-31 07:03:21 01373_summing_merge_tree_exclude_partition_key: [ OK ] 7.15 sec. 2024-08-31 07:03:21 01303_polygons_equals: [ OK ] 0.45 sec. 2024-08-31 07:03:22 01321_monotonous_functions_in_order_by: [ OK ] 1.32 sec. 2024-08-31 07:03:22 01316_create_user_syntax_hilite: [ OK ] 1.27 sec. 2024-08-31 07:03:22 01343_min_bytes_to_use_mmap_io: [ OK ] 3.24 sec. 2024-08-31 07:03:23 01293_show_settings: [ OK ] 0.36 sec. 2024-08-31 07:03:23 01300_svg: [ OK ] 1.24 sec. 2024-08-31 07:03:23 01286_constraints_on_default: [ OK ] 0.69 sec. 2024-08-31 07:03:24 01285_date_datetime_key_condition: [ OK ] 0.78 sec. 2024-08-31 07:03:25 01307_orc_output_format: [ OK ] 4.30 sec. 2024-08-31 07:03:26 01317_no_password_in_command_line: [ OK ] 5.49 sec. 2024-08-31 07:03:27 01284_fuzz_bits: [ OK ] 2.48 sec. 2024-08-31 07:03:27 01282_system_parts_ttl_info: [ OK ] 0.57 sec. 2024-08-31 07:03:28 01287_max_execution_speed: [ OK ] 4.99 sec. 2024-08-31 07:03:28 01279_dist_group_by: [ OK ] 0.82 sec. 2024-08-31 07:03:29 01283_max_threads_simple_query_optimization: [ OK ] 3.41 sec. 2024-08-31 07:03:29 01280_min_map_max_map: [ OK ] 1.94 sec. 2024-08-31 07:03:29 01508_partition_pruning_long: [ OK ] 43.94 sec. 2024-08-31 07:03:29 01278_format_multiple_queries: [ OK ] 1.36 sec. 2024-08-31 07:03:29 01277_buffer_column_order: [ OK ] 0.72 sec. 2024-08-31 07:03:30 01273_h3EdgeAngle_range_check: [ OK ] 0.50 sec. 2024-08-31 07:03:30 01277_fromUnixTimestamp64: [ OK ] 1.28 sec. 2024-08-31 07:03:30 01279_empty_external_table: [ OK ] 2.46 sec. 2024-08-31 07:03:30 01272_totals_and_filter_bug: [ OK ] 0.67 sec. 2024-08-31 07:03:31 01268_mv_scalars: [ OK ] 1.13 sec. 2024-08-31 07:03:31 01268_shard_avgweighted: [ OK ] 1.19 sec. 2024-08-31 07:03:32 01259_datetime64_ubsan: [ OK ] 0.55 sec. 2024-08-31 07:03:32 01259_combinator_distinct_distributed: [ OK ] 1.18 sec. 2024-08-31 07:03:33 01268_procfs_metrics: [ OK ] 2.51 sec. 2024-08-31 07:03:33 01254_array_of_unnamed_tuples: [ OK ] 0.46 sec. 2024-08-31 07:03:33 01273_arrow_nested_arrays_load: [ OK ] 3.93 sec. 2024-08-31 07:03:33 01273_arrow_decimal: [ OK ] 3.56 sec. 2024-08-31 07:03:34 01231_markdown_format: [ OK ] 0.56 sec. 2024-08-31 07:03:34 01236_graphite_mt: [ OK ] 0.88 sec. 2024-08-31 07:03:34 01246_extractAllGroupsHorizontal: [ OK ] 1.21 sec. 2024-08-31 07:03:34 01230_join_get_truncate: [ OK ] 0.51 sec. 2024-08-31 07:03:34 01227_distributed_global_in_issue_2610: [ OK ] 0.68 sec. 2024-08-31 07:03:34 01213_point_in_Myanmar: [ OK ] 0.60 sec. 2024-08-31 07:03:35 01213_alter_rename_primary_key_zookeeper_long: [ OK ] 1.15 sec. 2024-08-31 07:03:36 01198_plus_inf: [ OK ] 0.43 sec. 2024-08-31 07:03:36 01201_drop_column_compact_part_replicated_zookeeper_long: [ OK ] 2.11 sec. 2024-08-31 07:03:37 01244_optimize_distributed_group_by_sharding_key: [ OK ] 4.24 sec. 2024-08-31 07:03:37 01189_create_as_table_as_table_function: [ OK ] 0.50 sec. 2024-08-31 07:03:38 01186_conversion_to_nullable: [ OK ] 0.63 sec. 2024-08-31 07:03:38 01198_client_quota_key: [ OK ] 3.63 sec. 2024-08-31 07:03:38 01196_max_parser_depth: [ OK ] 2.36 sec. 2024-08-31 07:03:41 01246_buffer_flush: [ OK ] 9.00 sec. 2024-08-31 07:03:43 01158_zookeeper_log_long: [ OK ] 5.06 sec. 2024-08-31 07:03:44 01139_asof_join_types: [ OK ] 0.87 sec. 2024-08-31 07:03:44 01147_partial_merge_full_join: [ OK ] 3.05 sec. 2024-08-31 07:03:45 01137_sample_final: [ OK ] 0.62 sec. 2024-08-31 07:03:45 01124_view_bad_types: [ OK ] 0.75 sec. 2024-08-31 07:03:46 01109_inflating_cross_join: [ OK ] 1.15 sec. 2024-08-31 07:03:47 01170_alter_partition_isolation: [ OK ] 8.48 sec. 2024-08-31 07:03:47 01115_join_with_dictionary: [ OK ] 2.66 sec. 2024-08-31 07:03:47 01104_fixed_string_like: [ OK ] 1.07 sec. 2024-08-31 07:03:48 01300_group_by_other_keys: [ OK ] 26.02 sec. 2024-08-31 07:03:48 01097_pre_limit: [ OK ] 0.43 sec. 2024-08-31 07:03:48 01096_zeros: [ OK ] 0.86 sec. 2024-08-31 07:03:49 01087_index_set_ubsan: [ OK ] 0.49 sec. 2024-08-31 07:03:49 01097_cyclic_defaults: [ OK ] 1.72 sec. 2024-08-31 07:03:51 01090_zookeeper_mutations_and_insert_quorum_long: [ OK ] 3.27 sec. 2024-08-31 07:03:57 01085_regexp_input_format: [ OK ] 5.13 sec. 2024-08-31 07:03:57 01383_log_broken_table: [ OK ] 45.04 sec. 2024-08-31 07:03:57 01087_window_view_alter_query: [ OK ] 7.77 sec. 2024-08-31 07:03:57 01085_simdjson_uint64: [ OK ] 0.45 sec. 2024-08-31 07:03:58 01083_functional_index_in_mergetree: [ OK ] 1.16 sec. 2024-08-31 07:03:59 01083_cross_to_inner_with_like: [ OK ] 0.72 sec. 2024-08-31 07:03:59 01083_aggregation_memory_efficient_bug: [ OK ] 2.33 sec. 2024-08-31 07:03:59 01083_log_first_column_alias: [ OK ] 0.63 sec. 2024-08-31 07:04:00 01079_reinterpret_as_fixed_string: [ OK ] 0.54 sec. 2024-08-31 07:04:01 01079_bit_operations_using_bitset: [ OK ] 0.93 sec. 2024-08-31 07:04:01 01076_range_reader_segfault: [ OK ] 1.02 sec. 2024-08-31 07:04:03 01073_bad_alter_partition: [ OK ] 1.94 sec. 2024-08-31 07:04:03 01083_window_view_select: [ OK ] 6.35 sec. 2024-08-31 07:04:03 01103_optimize_drop_race_zookeeper: [ OK ] 16.73 sec. 2024-08-31 07:04:04 01072_nullable_jit: [ OK ] 0.83 sec. 2024-08-31 07:04:04 01071_prohibition_secondary_index_with_old_format_merge_tree: [ OK ] 0.52 sec. 2024-08-31 07:04:05 01071_http_header_exception_code: [ OK ] 1.28 sec. 2024-08-31 07:04:05 01072_optimize_skip_unused_shards_const_expr_eval: [ OK ] 1.78 sec. 2024-08-31 07:04:05 01070_h3_to_string: [ OK ] 0.47 sec. 2024-08-31 07:04:05 01069_set_in_group_by: [ OK ] 0.48 sec. 2024-08-31 07:04:06 01074_window_view_event_tumble_asc_join_populate: [ OK ] 4.97 sec. 2024-08-31 07:04:06 01069_materialized_view_alter_target_table: [ OK ] 0.64 sec. 2024-08-31 07:04:06 01086_odbc_roundtrip: [ OK ] 16.75 sec. 2024-08-31 07:04:06 01067_join_null: [ OK ] 0.55 sec. 2024-08-31 07:04:06 01065_array_zip_mixed_const: [ OK ] 0.52 sec. 2024-08-31 07:04:06 01066_bit_count: [ OK ] 0.73 sec. 2024-08-31 07:04:07 01064_array_auc: [ OK ] 0.64 sec. 2024-08-31 07:04:08 01070_exception_code_in_query_log_table: [ OK ] 3.36 sec. 2024-08-31 07:04:09 01056_create_table_as: [ OK ] 0.94 sec. 2024-08-31 07:04:10 01056_negative_with_bloom_filter: [ OK ] 0.71 sec. 2024-08-31 07:04:10 01174_select_insert_isolation: [ OK ] 31.91 sec. 2024-08-31 07:04:10 01064_window_view_event_hop_to_bounded: [ OK ] 4.28 sec. 2024-08-31 07:04:10 01051_aggregate_function_crash: [ OK ] 0.47 sec. 2024-08-31 07:04:11 01060_window_view_event_tumble_to_asc: [ OK ] 4.42 sec. 2024-08-31 07:04:11 01051_same_name_alias_with_joins: [ OK ] 0.61 sec. 2024-08-31 07:04:11 01050_group_array_sample: [ OK ] 0.55 sec. 2024-08-31 07:04:12 01051_window_view_parser_hop: [ OK ] 1.02 sec. 2024-08-31 07:04:12 01195_formats_diagnostic_info: [ OK ] 35.39 sec. 2024-08-31 07:04:12 01047_no_alias_columns_with_table_aliases: [ OK ] 0.58 sec. 2024-08-31 07:04:12 01045_bloom_filter_null_array: [ OK ] 0.70 sec. 2024-08-31 07:04:12 01043_h3_edge_length_m: [ OK ] 0.46 sec. 2024-08-31 07:04:13 01038_array_of_unnamed_tuples: [ OK ] 0.44 sec. 2024-08-31 07:04:13 01043_categorical_iv: [ OK ] 0.97 sec. 2024-08-31 07:04:13 01034_prewhere_max_parallel_replicas_distributed: [ OK ] 0.57 sec. 2024-08-31 07:04:13 01033_quota_dcl: [ OK ] 0.39 sec. 2024-08-31 07:04:13 01049_zookeeper_synchronous_mutations_long: [ OK ] 2.27 sec. 2024-08-31 07:04:13 01033_dictionaries_lifetime: [ OK ] 0.60 sec. 2024-08-31 07:04:14 01030_concatenate_equal_fixed_strings: [ OK ] 0.58 sec. 2024-08-31 07:04:14 01024__getScalar: [ OK ] 0.53 sec. 2024-08-31 07:04:14 01031_new_any_join: [ OK ] 1.03 sec. 2024-08-31 07:04:15 01018_ddl_dictionaries_special: [ OK ] 0.94 sec. 2024-08-31 07:04:15 01017_uniqCombined_memory_usage: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 07:04:15 01017_bithamming_distance: [ OK ] 0.61 sec. 2024-08-31 07:04:15 01033_function_substring: [ OK ] 1.92 sec. 2024-08-31 07:04:15 01015_random_constant: [ OK ] 0.42 sec. 2024-08-31 07:04:16 01015_array_split: [ OK ] 0.78 sec. 2024-08-31 07:04:17 01013_hex_float: [ OK ] 0.53 sec. 2024-08-31 07:04:17 01016_simhash_minhash: [ OK ] 2.25 sec. 2024-08-31 07:04:17 01018_insert_multiple_blocks_with_defaults: [ OK ] 3.13 sec. 2024-08-31 07:04:17 01013_totals_without_aggregation: [ OK ] 0.54 sec. 2024-08-31 07:04:18 01013_hex_decimal: [ OK ] 0.52 sec. 2024-08-31 07:04:18 01012_reset_running_accumulate: [ OK ] 0.51 sec. 2024-08-31 07:04:19 01015_insert_values_parametrized: [ OK ] 3.89 sec. 2024-08-31 07:04:19 01000_subquery_requires_alias: [ OK ] 0.59 sec. 2024-08-31 07:04:21 00999_nullable_nested_types_4877: [ OK ] 1.01 sec. 2024-08-31 07:04:22 01054_window_view_proc_tumble_to: [ OK ] 12.66 sec. 2024-08-31 07:04:23 01006_simpod_empty_part_single_column_write: [ OK ] 5.45 sec. 2024-08-31 07:04:24 00990_request_splitting: [ OK ] 1.10 sec. 2024-08-31 07:04:24 00982_low_cardinality_setting_in_mv: [ OK ] 0.78 sec. 2024-08-31 07:04:25 00981_no_virtual_columns: [ OK ] 0.87 sec. 2024-08-31 07:04:25 00998_constraints_all_tables: [ OK ] 3.94 sec. 2024-08-31 07:04:26 00980_crash_nullable_decimal: [ OK ] 0.79 sec. 2024-08-31 07:04:26 00979_yandex_consistent_hash_fpe: [ OK ] 0.61 sec. 2024-08-31 07:04:27 00978_table_function_values_alias: [ OK ] 0.44 sec. 2024-08-31 07:04:28 00976_shard_low_cardinality_achimbab: [ OK ] 1.24 sec. 2024-08-31 07:04:30 00980_zookeeper_merge_tree_alter_settings: [ OK ] 5.43 sec. 2024-08-31 07:04:30 01002_alter_nullable_adaptive_granularity_long: [ OK ] 12.48 sec. 2024-08-31 07:04:32 00981_in_subquery_with_tuple: [ OK ] 7.80 sec. 2024-08-31 07:04:32 00976_max_execution_speed: [ OK ] 3.43 sec. 2024-08-31 07:04:32 01004_rename_deadlock: [ OK ] 14.06 sec. 2024-08-31 07:04:32 00974_query_profiler: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 07:04:32 00974_full_outer_join: [ OK ] 0.53 sec. 2024-08-31 07:04:32 00974_low_cardinality_cast: [ OK ] 0.75 sec. 2024-08-31 07:04:33 00968_roundAge: [ OK ] 0.48 sec. 2024-08-31 07:04:33 00974_fix_join_on: [ OK ] 1.42 sec. 2024-08-31 07:04:33 00975_json_hang: [ OK ] 3.06 sec. 2024-08-31 07:04:34 00967_insert_into_distributed_different_types: [ OK ] 0.57 sec. 2024-08-31 07:04:34 00966_invalid_json_must_not_parse: [ OK ] 0.55 sec. 2024-08-31 07:04:34 00962_enumNotExect: [ OK ] 0.67 sec. 2024-08-31 07:04:34 00961_visit_param_buffer_underflow: [ OK ] 0.45 sec. 2024-08-31 07:04:34 00961_check_table: [ OK ] 0.84 sec. 2024-08-31 07:04:35 00957_delta_diff_bug: [ OK ] 0.52 sec. 2024-08-31 07:04:35 00950_bad_alloc_when_truncate_join_storage: [ OK ] 0.36 sec. 2024-08-31 07:04:35 00958_format_of_tuple_array_element: [ OK ] 1.27 sec. 2024-08-31 07:04:36 00947_ml_test: [ OK ] 0.88 sec. 2024-08-31 07:04:36 00938_dataset_test: [ OK ] 0.52 sec. 2024-08-31 07:04:37 00948_format_in_with_single_element: [ OK ] 2.24 sec. 2024-08-31 07:04:37 00938_test_retention_function: [ OK ] 0.71 sec. 2024-08-31 07:04:38 00975_indices_mutation_replicated_zookeeper_long: [ OK ] 7.52 sec. 2024-08-31 07:04:38 00974_primary_key_for_lowCardinality: [ OK ] 5.58 sec. 2024-08-31 07:04:39 01293_optimize_final_force: [ OK ] 76.40 sec. 2024-08-31 07:04:39 00927_disable_hyperscan: [ OK ] 2.10 sec. 2024-08-31 07:04:40 00927_asof_join_correct_bt: [ OK ] 1.93 sec. 2024-08-31 07:04:40 00926_geo_to_h3: [ OK ] 2.18 sec. 2024-08-31 07:04:40 00920_multiply_aggregate_states_constants: [ OK ] 0.87 sec. 2024-08-31 07:04:40 00934_is_valid_utf8: [ OK ] 3.53 sec. 2024-08-31 07:04:40 00916_create_or_replace_view: [ OK ] 0.66 sec. 2024-08-31 07:04:41 00898_quantile_timing_parameter_check: [ OK ] 0.54 sec. 2024-08-31 07:04:42 00897_flatten: [ OK ] 0.82 sec. 2024-08-31 07:04:42 00910_decimal_group_array_crash_3783: [ OK ] 2.01 sec. 2024-08-31 07:04:45 00882_multiple_join_no_alias: [ OK ] 3.41 sec. 2024-08-31 07:04:47 00908_long_http_insert: [ OK ] 6.46 sec. 2024-08-31 07:04:47 00859_distinct_with_join: [ OK ] 1.26 sec. 2024-08-31 07:04:47 00863_comma_join_in: [ OK ] 5.14 sec. 2024-08-31 07:04:47 00854_multiple_join_asterisks: [ OK ] 0.79 sec. 2024-08-31 07:04:48 00840_top_k_weighted: [ OK ] 0.67 sec. 2024-08-31 07:04:49 00839_bitmask_negative: [ OK ] 0.70 sec. 2024-08-31 07:04:50 00851_http_insert_json_defaults: [ OK ] 3.32 sec. 2024-08-31 07:04:52 00849_multiple_comma_join_2: [ OK ] 4.38 sec. 2024-08-31 07:04:52 00837_minmax_index_replicated_zookeeper_long: [ OK ] 1.93 sec. 2024-08-31 07:04:52 00941_system_columns_race_condition: [ OK ] 17.06 sec. 2024-08-31 07:04:52 00836_numbers_table_function_zero: [ OK ] 0.54 sec. 2024-08-31 07:04:53 00831_quantile_weighted_parameter_check: [ OK ] 0.69 sec. 2024-08-31 07:04:53 00834_dont_allow_to_set_two_configuration_files_in_client: [ OK ] 1.28 sec. 2024-08-31 07:04:54 00819_full_join_wrong_columns_in_block: [ OK ] 0.72 sec. 2024-08-31 07:04:54 00818_inner_join_bug_3567: [ OK ] 0.69 sec. 2024-08-31 07:04:54 00818_alias_bug_4110: [ OK ] 1.03 sec. 2024-08-31 07:04:55 01059_storage_file_compression: [ OK ] 47.99 sec. 2024-08-31 07:04:55 00817_with_simple: [ OK ] 0.46 sec. 2024-08-31 07:04:55 00815_left_join_on_stepanel: [ OK ] 0.49 sec. 2024-08-31 07:04:55 00838_system_tables_drop_table_race: [ OK ] 6.38 sec. 2024-08-31 07:04:55 00825_protobuf_format_nested_in_nested: [ OK ] 3.17 sec. 2024-08-31 07:04:56 00814_parsing_ub: [ OK ] 0.39 sec. 2024-08-31 07:04:56 00807_regexp_quote_meta: [ OK ] 0.65 sec. 2024-08-31 07:04:56 00806_alter_update: [ OK ] 0.65 sec. 2024-08-31 07:04:57 00804_test_deflate_qpl_codec_compression: [ OK ] 1.13 sec. 2024-08-31 07:04:58 00803_odbc_driver_2_format: [ OK ] 0.41 sec. 2024-08-31 07:04:58 00805_round_down: [ OK ] 2.11 sec. 2024-08-31 07:04:58 00804_test_zstd_qat_codec_compression: [ OK ] 1.78 sec. 2024-08-31 07:04:58 00800_low_cardinality_distinct_numeric: [ OK ] 0.58 sec. 2024-08-31 07:04:59 00799_function_dry_run: [ OK ] 0.63 sec. 2024-08-31 07:04:59 00800_low_cardinality_join: [ OK ] 1.26 sec. 2024-08-31 07:04:59 00779_all_right_join_max_block_size: [ OK ] 0.40 sec. 2024-08-31 07:04:59 00794_materialized_view_with_column_defaults: [ OK ] 0.73 sec. 2024-08-31 07:05:00 00759_kodieg: [ OK ] 0.41 sec. 2024-08-31 07:05:00 00760_url_functions_overflow: [ OK ] 0.53 sec. 2024-08-31 07:05:00 00754_first_significant_subdomain_more: [ OK ] 0.40 sec. 2024-08-31 07:05:00 00756_power_alias: [ OK ] 0.42 sec. 2024-08-31 07:05:00 00765_locate: [ OK ] 1.29 sec. 2024-08-31 07:05:01 00814_replicated_minimalistic_part_header_zookeeper: [ OK ] 5.97 sec. 2024-08-31 07:05:01 00752_low_cardinality_mv_1: [ OK ] 0.94 sec. 2024-08-31 07:05:01 00751_default_databasename_for_view: [ OK ] 0.93 sec. 2024-08-31 07:05:01 00742_require_join_strictness: [ OK ] 0.44 sec. 2024-08-31 07:05:02 00744_join_not_found_column: [ OK ] 0.50 sec. 2024-08-31 07:05:02 00745_compile_scalar_subquery: [ OK ] 0.68 sec. 2024-08-31 07:05:02 00737_decimal_group_by: [ OK ] 0.65 sec. 2024-08-31 07:05:02 00740_optimize_predicate_expression: [ OK ] 0.82 sec. 2024-08-31 07:05:02 00734_timeslot: [ OK ] 0.79 sec. 2024-08-31 07:05:03 00733_if_datetime: [ OK ] 0.52 sec. 2024-08-31 07:05:03 00730_unicode_terminal_format: [ OK ] 0.59 sec. 2024-08-31 07:05:03 00726_modulo_for_date: [ OK ] 0.61 sec. 2024-08-31 07:05:03 00726_materialized_view_concurrent: [ OK ] 0.53 sec. 2024-08-31 07:05:04 00720_combinations_of_aggregate_combinators: [ OK ] 0.77 sec. 2024-08-31 07:05:05 00715_bounding_ratio: [ OK ] 0.80 sec. 2024-08-31 07:05:05 00714_alter_uuid: [ OK ] 0.69 sec. 2024-08-31 07:05:06 00712_prewhere_with_alias_and_virtual_column: [ OK ] 0.49 sec. 2024-08-31 07:05:06 00712_prewhere_with_alias_bug_2: [ OK ] 0.43 sec. 2024-08-31 07:05:06 00717_merge_and_distributed: [ OK ] 2.94 sec. 2024-08-31 07:05:07 00712_prewhere_with_final: [ OK ] 0.68 sec. 2024-08-31 07:05:07 00746_compile_non_deterministic_function: [ OK ] 6.75 sec. 2024-08-31 07:05:08 00702_where_with_quailified_names: [ OK ] 0.62 sec. 2024-08-31 07:05:08 00705_aggregate_states_addition: [ OK ] 1.38 sec. 2024-08-31 07:05:08 00700_decimal_formats: [ OK ] 0.79 sec. 2024-08-31 07:05:08 00688_low_cardinality_defaults: [ OK ] 0.52 sec. 2024-08-31 07:05:08 00688_low_cardinality_alter_add_column: [ OK ] 0.49 sec. 2024-08-31 07:05:09 00685_output_format_json_escape_forward_slashes: [ OK ] 0.46 sec. 2024-08-31 07:05:09 00688_low_cardinality_prewhere: [ OK ] 1.33 sec. 2024-08-31 07:05:09 00679_uuid_in_key: [ OK ] 0.76 sec. 2024-08-31 07:05:10 00675_shard_remote_with_table_function: [ OK ] 0.62 sec. 2024-08-31 07:05:10 00678_murmurhash: [ OK ] 0.81 sec. 2024-08-31 07:05:11 00663_tiny_log_empty_insert: [ OK ] 0.55 sec. 2024-08-31 07:05:11 00661_array_has_silviucpp: [ OK ] 0.50 sec. 2024-08-31 07:05:11 00662_array_has_nullable: [ OK ] 1.07 sec. 2024-08-31 07:05:12 00647_histogram_negative: [ OK ] 0.61 sec. 2024-08-31 07:05:12 00647_histogram: [ OK ] 0.60 sec. 2024-08-31 07:05:13 00647_multiply_aggregation_state: [ OK ] 1.85 sec. 2024-08-31 07:05:14 00628_in_lambda_on_merge_table_bug: [ OK ] 0.88 sec. 2024-08-31 07:05:14 00719_format_datetime_rand: [ OK ] 10.98 sec. 2024-08-31 07:05:15 00618_nullable_in: [ OK ] 0.50 sec. 2024-08-31 07:05:15 00606_quantiles_and_nans: [ OK ] 0.47 sec. 2024-08-31 07:05:15 00900_long_parquet_decimal: [ OK ] 34.84 sec. 2024-08-31 07:05:16 00604_shard_remote_and_columns_with_defaults: [ OK ] 1.25 sec. 2024-08-31 07:05:16 00687_top_and_offset: [ OK ] 7.95 sec. 2024-08-31 07:05:16 00589_removal_unused_columns_aggregation: [ OK ] 1.10 sec. 2024-08-31 07:05:17 00588_shard_distributed_prewhere: [ OK ] 0.73 sec. 2024-08-31 07:05:17 00578_merge_trees_without_primary_key: [ OK ] 0.87 sec. 2024-08-31 07:05:17 01062_pm_all_join_with_block_continuation: [ OK ] 70.94 sec. 2024-08-31 07:05:17 00571_non_exist_database_when_create_materializ_view: [ OK ] 0.81 sec. 2024-08-31 07:05:18 00573_shard_aggregation_by_empty_set: [ OK ] 1.32 sec. 2024-08-31 07:05:18 00557_array_resize: [ OK ] 0.61 sec. 2024-08-31 07:05:18 00563_insert_into_remote_and_zookeeper_long: [ OK ] 0.80 sec. 2024-08-31 07:05:18 00553_buff_exists_materlized_column: [ OK ] 0.55 sec. 2024-08-31 07:05:18 00552_logical_functions_uint8_as_bool: [ OK ] 0.43 sec. 2024-08-31 07:05:19 00549_join_use_nulls: [ OK ] 0.53 sec. 2024-08-31 07:05:19 00544_agg_foreach_of_two_arg: [ OK ] 0.46 sec. 2024-08-31 07:05:19 00541_kahan_sum: [ OK ] 0.49 sec. 2024-08-31 07:05:19 00595_insert_into_view: [ OK ] 4.48 sec. 2024-08-31 07:05:19 00534_functions_bad_arguments6: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 07:05:19 00538_datediff_plural_units: [ OK ] 0.58 sec. 2024-08-31 07:05:19 00534_functions_bad_arguments5: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 07:05:19 00534_functions_bad_arguments1: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 07:05:19 00921_datetime64_compatibility_long: [ OK ] 40.82 sec. 2024-08-31 07:05:19 00536_int_exp: [ OK ] 0.39 sec. 2024-08-31 07:05:20 00519_create_as_select_from_temporary_table: [ OK ] 0.46 sec. 2024-08-31 07:05:20 00527_totals_having_nullable: [ OK ] 0.53 sec. 2024-08-31 07:05:20 00511_get_size_of_enum: [ OK ] 0.47 sec. 2024-08-31 07:05:21 00507_sumwithoverflow: [ OK ] 0.58 sec. 2024-08-31 07:05:21 00514_interval_operators: [ OK ] 1.38 sec. 2024-08-31 07:05:22 00534_client_ignore_error: [ OK ] 2.41 sec. 2024-08-31 07:05:22 00630_arbitrary_csv_delimiter: [ OK ] 9.25 sec. 2024-08-31 07:05:22 00500_point_in_polygon_2d_const: [ OK ] 0.54 sec. 2024-08-31 07:05:22 00495_reading_const_zero_column: [ OK ] 0.59 sec. 2024-08-31 07:05:22 00500_point_in_polygon: [ OK ] 1.18 sec. 2024-08-31 07:05:22 00515_enhanced_time_zones: [ OK ] 3.04 sec. 2024-08-31 07:05:23 00494_shard_alias_substitution_bug: [ OK ] 0.66 sec. 2024-08-31 07:05:23 00488_column_name_primary: [ OK ] 0.48 sec. 2024-08-31 07:05:23 00502_custom_partitioning_local: [ OK ] 1.81 sec. 2024-08-31 07:05:23 00475_in_join_db_table: [ OK ] 0.62 sec. 2024-08-31 07:05:23 00461_default_value_of_argument_type: [ OK ] 0.42 sec. 2024-08-31 07:05:23 00467_qualified_names: [ OK ] 0.77 sec. 2024-08-31 07:05:23 00450_higher_order_and_nullable: [ OK ] 0.46 sec. 2024-08-31 07:05:24 00453_top_k: [ OK ] 0.63 sec. 2024-08-31 07:05:24 00448_replicate_nullable_tuple_generic: [ OK ] 0.47 sec. 2024-08-31 07:05:24 00440_nulls_merge_tree: [ OK ] 0.60 sec. 2024-08-31 07:05:24 00435_coalesce: [ OK ] 0.52 sec. 2024-08-31 07:05:24 00433_ifnull: [ OK ] 0.63 sec. 2024-08-31 07:05:24 00420_null_in_scalar_subqueries: [ OK ] 0.54 sec. 2024-08-31 07:05:25 00426_nulls_sorting: [ OK ] 0.71 sec. 2024-08-31 07:05:25 00412_logical_expressions_optimizer: [ OK ] 0.53 sec. 2024-08-31 07:05:26 00416_pocopatch_progress_in_http_headers: [ OK ] 1.57 sec. 2024-08-31 07:05:27 00446_clear_column_in_partition_zookeeper_long: [ OK ] 3.48 sec. 2024-08-31 07:05:27 00431_if_nulls: [ OK ] 3.11 sec. 2024-08-31 07:05:27 00405_pretty_formats: [ OK ] 0.91 sec. 2024-08-31 07:05:27 00816_long_concurrent_alter_column: [ OK ] 32.67 sec. 2024-08-31 07:05:27 00404_null_literal: [ OK ] 0.49 sec. 2024-08-31 07:05:27 00396_uuid: [ OK ] 0.70 sec. 2024-08-31 07:05:28 00540_bad_data_types: [ OK ] 8.90 sec. 2024-08-31 07:05:28 00388_enum_with_totals: [ OK ] 0.66 sec. 2024-08-31 07:05:28 00394_replaceall_vector_fixed: [ OK ] 0.97 sec. 2024-08-31 07:05:29 00387_use_client_time_zone: [ OK ] 1.61 sec. 2024-08-31 07:05:29 00384_column_aggregate_function_insert_from: [ OK ] 1.07 sec. 2024-08-31 07:05:29 00417_kill_query: [ OK ] 5.12 sec. 2024-08-31 07:05:29 00374_any_last_if_merge: [ OK ] 0.51 sec. 2024-08-31 07:05:30 00386_has_column_in_table: [ OK ] 1.97 sec. 2024-08-31 07:05:30 00380_client_break_at_exception_in_batch_mode: [ OK ] 1.68 sec. 2024-08-31 07:05:30 00371_union_all: [ OK ] 0.50 sec. 2024-08-31 07:05:30 00369_int_div_of_float: [ OK ] 0.48 sec. 2024-08-31 07:05:30 00372_cors_header: [ OK ] 1.38 sec. 2024-08-31 07:05:30 00355_array_of_non_const_convertible_types: [ OK ] 0.56 sec. 2024-08-31 07:05:31 00356_analyze_aggregations_and_union_all: [ OK ] 0.66 sec. 2024-08-31 07:05:31 00353_join_by_tuple: [ OK ] 0.43 sec. 2024-08-31 07:05:31 00368_format_option_collision: [ OK ] 1.64 sec. 2024-08-31 07:05:31 00330_view_subqueries: [ OK ] 0.51 sec. 2024-08-31 07:05:32 00317_in_tuples_and_out_of_range_values: [ OK ] 0.55 sec. 2024-08-31 07:05:33 00318_pk_tuple_order: [ OK ] 1.57 sec. 2024-08-31 07:05:34 00365_statistics_in_formats: [ OK ] 3.90 sec. 2024-08-31 07:05:34 00407_parsing_nulls: [ OK ] 9.05 sec. 2024-08-31 07:05:35 00305_http_and_readonly: [ OK ] 1.89 sec. 2024-08-31 07:05:35 00310_tskv: [ OK ] 2.93 sec. 2024-08-31 07:05:35 00304_http_external_data: [ OK ] 1.29 sec. 2024-08-31 07:05:35 00352_external_sorting_and_constants: [ OK ] 4.47 sec. 2024-08-31 07:05:35 00295_global_in_one_shard_rows_before_limit: [ OK ] 0.75 sec. 2024-08-31 07:05:35 00288_empty_stripelog: [ OK ] 0.52 sec. 2024-08-31 07:05:36 00285_not_all_data_in_totals: [ OK ] 0.69 sec. 2024-08-31 07:05:36 00269_database_table_whitespace: [ OK ] 0.51 sec. 2024-08-31 07:05:36 00266_read_overflow_mode: [ OK ] 0.69 sec. 2024-08-31 07:05:36 00266_shard_global_subquery_and_aliases: [ OK ] 0.63 sec. 2024-08-31 07:05:36 00274_shard_group_array: [ OK ] 1.37 sec. 2024-08-31 07:05:37 00263_merge_aggregates_and_overflow: [ OK ] 0.50 sec. 2024-08-31 07:05:37 00259_hashing_tuples: [ OK ] 0.59 sec. 2024-08-31 07:05:37 00256_reverse: [ OK ] 0.50 sec. 2024-08-31 07:05:38 00253_insert_recursive_defaults: [ OK ] 0.63 sec. 2024-08-31 07:05:38 00237_group_by_arrays: [ OK ] 0.92 sec. 2024-08-31 07:05:39 00265_http_content_type_format_timezone: [ OK ] 2.60 sec. 2024-08-31 07:05:40 00201_array_uniq: [ OK ] 0.67 sec. 2024-08-31 07:05:40 00190_non_constant_array_of_constant_data: [ OK ] 0.76 sec. 2024-08-31 07:05:43 00276_sample: [ OK ] 8.01 sec. 2024-08-31 07:05:44 00188_constants_as_arguments_of_aggregate_functions: [ OK ] 0.45 sec. 2024-08-31 07:05:48 00184_shard_distributed_group_by_no_merge: [ OK ] 4.88 sec. 2024-08-31 07:05:48 00233_position_function_family: [ OK ] 10.67 sec. 2024-08-31 07:05:49 00178_function_replicate: [ OK ] 0.40 sec. 2024-08-31 07:05:49 00178_query_datetime64_index: [ OK ] 0.78 sec. 2024-08-31 07:05:50 00175_partition_by_ignore: [ OK ] 1.44 sec. 2024-08-31 07:05:51 00189_time_zones_long: [ OK ] 10.30 sec. 2024-08-31 07:05:51 00175_if_num_arrays: [ OK ] 1.53 sec. 2024-08-31 07:05:51 00174_compare_date_time_with_constant_string_in_in: [ OK ] 0.60 sec. 2024-08-31 07:05:51 00385_storage_file_and_clickhouse-local_app_long: [ OK ] 23.36 sec. 2024-08-31 07:05:51 00340_squashing_insert_select: [ OK ] 20.71 sec. 2024-08-31 07:05:51 00172_constexprs_in_set: [ OK ] 0.56 sec. 2024-08-31 07:05:51 00169_join_constant_keys: [ OK ] 0.49 sec. 2024-08-31 07:05:52 00171_shard_array_of_tuple_remote: [ OK ] 0.64 sec. 2024-08-31 07:05:52 00162_shard_global_join: [ OK ] 0.56 sec. 2024-08-31 07:05:52 00156_array_map_to_constant: [ OK ] 0.48 sec. 2024-08-31 07:05:52 00149_function_url_hash: [ OK ] 0.62 sec. 2024-08-31 07:05:53 00147_alter_nested_default: [ OK ] 0.91 sec. 2024-08-31 07:05:53 00137_in_constants: [ OK ] 1.06 sec. 2024-08-31 07:05:53 00132_sets: [ OK ] 0.82 sec. 2024-08-31 07:05:54 00131_set_hashed: [ OK ] 0.54 sec. 2024-08-31 07:05:54 00564_versioned_collapsing_merge_tree: [ OK ] 37.08 sec. 2024-08-31 07:05:54 00128_group_by_number_and_fixed_string: [ OK ] 0.75 sec. 2024-08-31 07:05:54 00125_array_element_of_array_of_tuple: [ OK ] 0.47 sec. 2024-08-31 07:05:55 00112_shard_totals_after_having: [ OK ] 0.58 sec. 2024-08-31 07:05:55 00103_ipv4_num_to_string_class_c: [ OK ] 0.51 sec. 2024-08-31 07:05:55 00142_parse_timestamp_as_datetime: [ OK ] 3.22 sec. 2024-08-31 07:05:55 00098_g_union_all: [ OK ] 0.49 sec. 2024-08-31 07:05:55 00098_9_union_all: [ OK ] 0.52 sec. 2024-08-31 07:05:56 00098_8_union_all: [ OK ] 0.50 sec. 2024-08-31 07:05:56 00098_e_union_all: [ OK ] 0.58 sec. 2024-08-31 07:05:56 00098_f_union_all: [ OK ] 0.58 sec. 2024-08-31 07:05:56 00085_visible_width_of_tuple_of_dates: [ OK ] 0.45 sec. 2024-08-31 07:05:57 00072_in_types: [ OK ] 0.42 sec. 2024-08-31 07:05:57 00071_insert_fewer_columns: [ OK ] 0.59 sec. 2024-08-31 07:05:57 00066_group_by_in: [ OK ] 0.43 sec. 2024-08-31 07:05:58 00070_insert_fewer_columns_http: [ OK ] 1.31 sec. 2024-08-31 07:06:00 00061_merge_tree_alter: [ OK ] 1.88 sec. 2024-08-31 07:06:01 00059_shard_global_in: [ OK ] 0.83 sec. 2024-08-31 07:06:02 00062_replicated_merge_tree_alter_zookeeper_long: [ OK ] 4.72 sec. 2024-08-31 07:06:02 00047_stored_aggregates_complex: [ OK ] 1.50 sec. 2024-08-31 07:06:03 00148_summing_merge_tree_aggregate_function: [ OK ] 11.94 sec. 2024-08-31 07:06:04 00041_big_array_join: [ OK ] 1.68 sec. 2024-08-31 07:06:04 00027_simple_argMinArray: [ OK ] 0.46 sec. 2024-08-31 07:06:05 00028_shard_big_agg_aj_distributed: [ OK ] 1.14 sec. 2024-08-31 07:06:05 00025_implicitly_used_subquery_column: [ OK ] 0.42 sec. 2024-08-31 07:06:05 00009_array_join_subquery: [ OK ] 0.43 sec. 2024-08-31 07:06:05 00011_array_join_alias: [ OK ] 0.64 sec. 2024-08-31 07:06:06 00007_array: [ OK ] 0.45 sec. 2024-08-31 07:06:06 00005_shard_format_ast_and_remote_table_lambda: [ OK ] 0.50 sec. 2024-08-31 07:06:06 00004_shard_format_ast_and_remote_table: [ OK ] 0.50 sec. 2024-08-31 07:06:06 2024-08-31 07:06:06 180 tests passed. 1 tests skipped. 653.52 s elapsed (ForkPoolWorker-2). 2024-08-31 07:06:07 00002_system_numbers: [ OK ] 0.67 sec. 2024-08-31 07:06:07 2024-08-31 07:06:07 187 tests passed. 2 tests skipped. 653.79 s elapsed (ForkPoolWorker-3). 2024-08-31 07:06:08 00040_array_enumerate_uniq: [ OK ] 5.79 sec. 2024-08-31 07:06:08 2024-08-31 07:06:08 129 tests passed. 1 tests skipped. 655.21 s elapsed (ForkPoolWorker-5). 2024-08-31 07:06:11 00160_merge_and_index_in_in: [ OK ] 19.37 sec. 2024-08-31 07:06:11 2024-08-31 07:06:11 187 tests passed. 1 tests skipped. 657.90 s elapsed (ForkPoolWorker-9). 2024-08-31 07:06:23 00212_long_shard_aggregate_function_uniq: [ OK ] 44.31 sec. 2024-08-31 07:06:23 2024-08-31 07:06:23 105 tests passed. 1 tests skipped. 670.04 s elapsed (ForkPoolWorker-8). 2024-08-31 07:06:40 00111_shard_external_sort_distributed: [ OK ] 46.18 sec. 2024-08-31 07:06:40 2024-08-31 07:06:40 138 tests passed. 4 tests skipped. 687.62 s elapsed (ForkPoolWorker-4). 2024-08-31 07:07:17 00284_external_aggregation: [ OK ] 101.62 sec. 2024-08-31 07:07:17 2024-08-31 07:07:17 139 tests passed. 3 tests skipped. 723.90 s elapsed (ForkPoolWorker-6). 2024-08-31 07:07:23 00087_math_functions: [ OK ] 87.60 sec. 2024-08-31 07:07:23 2024-08-31 07:07:23 107 tests passed. 0 tests skipped. 730.58 s elapsed (ForkPoolWorker-7). 2024-08-31 07:07:23 2024-08-31 07:07:23 Running 128 stateless tests (MainProcess). 2024-08-31 07:07:23 2024-08-31 07:07:35 03002_part_log_rmt_fetch_mutate_error: [ OK ] 11.81 sec. 2024-08-31 07:07:38 02961_storage_config_volume_priority: [ OK ] 2.92 sec. 2024-08-31 07:07:42 02951_parallel_parsing_json_compact_each_row: [ OK ] 4.29 sec. 2024-08-31 07:07:45 02950_dictionary_short_circuit: [ OK ] 2.25 sec. 2024-08-31 07:07:54 02944_dynamically_change_filesystem_cache_size: [ OK ] 9.28 sec. 2024-08-31 07:08:00 02943_rmt_alter_metadata_merge_checksum_mismatch: [ OK ] 6.04 sec. 2024-08-31 07:08:01 02919_insert_meet_eternal_hardware_error: [ OK ] 0.98 sec. 2024-08-31 07:08:09 02796_calculate_text_stack_trace: [ OK ] 8.04 sec. 2024-08-31 07:08:16 02789_filesystem_cache_alignment: [ OK ] 7.04 sec. 2024-08-31 07:08:18 02775_show_columns_called_from_mysql: [ OK ] 1.68 sec. 2024-08-31 07:08:19 02725_url_support_virtual_column: [ OK ] 0.78 sec. 2024-08-31 07:08:57 02703_keeper_map_concurrent_create_drop: [ OK ] 38.03 sec. 2024-08-31 07:09:44 02700_s3_part_INT_MAX: [ OK ] 47.46 sec. 2024-08-31 07:09:44 02581_share_big_sets_between_multiple_mutations_tasks_long: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 07:09:45 02554_rewrite_count_distinct_if_with_count_distinct_implementation: [ OK ] 0.43 sec. 2024-08-31 07:09:47 02522_avro_complicate_schema: [ OK ] 1.93 sec. 2024-08-31 07:09:48 02510_orc_map_indexes: [ OK ] 1.66 sec. 2024-08-31 07:09:50 02494_query_cache_case_agnostic_matching: [ OK ] 1.47 sec. 2024-08-31 07:09:50 02494_query_cache_drop_cache: [ OK ] 0.44 sec. 2024-08-31 07:09:51 02494_query_cache_min_query_runs: [ OK ] 0.66 sec. 2024-08-31 07:09:51 02494_trace_log_profile_events: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 07:09:56 02494_query_cache_query_log: [ OK ] 4.68 sec. 2024-08-31 07:09:57 02481_s3_throw_if_mismatch_files: [ OK ] 0.88 sec. 2024-08-31 07:09:57 02405_avro_read_nested: [ OK ] 0.48 sec. 2024-08-31 07:09:59 02402_capnp_format_segments_overflow: [ OK ] 2.13 sec. 2024-08-31 07:10:00 02385_profile_events_overflow: [ OK ] 0.82 sec. 2024-08-31 07:10:01 02376_arrow_dict_with_string: [ OK ] 0.40 sec. 2024-08-31 07:10:01 02344_insert_profile_events_stress: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 07:10:03 02339_analyzer_matcher_basic: [ OK ] 1.85 sec. 2024-08-31 07:10:03 02314_csv_tsv_skip_first_lines: [ OK ] 0.59 sec. 2024-08-31 07:10:06 02314_avro_null_as_default: [ OK ] 2.83 sec. 2024-08-31 07:10:27 02313_filesystem_cache_seeks: [ OK ] 21.12 sec. 2024-08-31 07:10:37 02293_formats_json_columns: [ OK ] 9.62 sec. 2024-08-31 07:10:37 02293_arrow_dictionary_indexes: [ OK ] 0.39 sec. 2024-08-31 07:10:48 02286_drop_filesystem_cache: [ OK ] 11.19 sec. 2024-08-31 07:10:51 02286_use_file_descriptor_in_table_function_file: [ OK ] 2.52 sec. 2024-08-31 07:11:01 02247_written_bytes_quota: [ OK ] 10.50 sec. 2024-08-31 07:11:11 02247_read_bools_as_numbers_json: [ OK ] 9.48 sec. 2024-08-31 07:11:39 02246_tsv_csv_best_effort_schema_inference: [ OK ] 27.65 sec. 2024-08-31 07:11:49 02242_system_filesystem_cache_log_table: [ OK ] 10.59 sec. 2024-08-31 07:11:50 02240_filesystem_cache_bypass_cache_threshold: [ OK ] 0.53 sec. 2024-08-31 07:12:02 02240_system_filesystem_cache_table: [ OK ] 11.81 sec. 2024-08-31 07:12:07 02222_create_table_without_columns_metadata: [ OK ] 5.72 sec. 2024-08-31 07:12:13 02207_allow_plaintext_and_no_password: [ OK ] 5.35 sec. 2024-08-31 07:12:17 02184_table_engine_access: [ OK ] 4.26 sec. 2024-08-31 07:12:19 02182_format_and_schema_from_stdin: [ OK ] 2.28 sec. 2024-08-31 07:12:21 02182_json_each_row_schema_inference: [ OK ] 1.92 sec. 2024-08-31 07:12:21 02152_http_external_tables_memory_tracking: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 07:12:29 02149_schema_inference_create_table_syntax: [ OK ] 7.96 sec. 2024-08-31 07:12:30 02125_recursive_sql_user_defined_functions: [ OK ] 0.71 sec. 2024-08-31 07:12:30 02125_many_mutations_2: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 07:12:39 02118_deserialize_whole_text: [ OK ] 8.71 sec. 2024-08-31 07:13:00 02117_custom_separated_with_names_and_types: [ OK ] 21.55 sec. 2024-08-31 07:13:13 02115_write_buffers_finalize: [ OK ] 12.44 sec. 2024-08-31 07:13:14 02115_rewrite_local_join_right_distribute_table: [ OK ] 0.79 sec. 2024-08-31 07:13:14 02111_modify_table_comment: [ OK ] 0.41 sec. 2024-08-31 07:13:15 02102_sql_user_defined_functions_create_if_not_exists: [ OK ] 0.47 sec. 2024-08-31 07:13:15 02099_sql_user_defined_functions_lambda: [ OK ] 0.45 sec. 2024-08-31 07:13:15 02051_read_settings: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 07:13:21 02002_row_level_filter_bug: [ OK ] 6.40 sec. 2024-08-31 07:13:22 01999_grant_with_replace: [ OK ] 0.68 sec. 2024-08-31 07:13:23 01913_replace_dictionary: [ OK ] 0.54 sec. 2024-08-31 07:13:25 01903_ssd_cache_dictionary_array_type: [ OK ] 1.87 sec. 2024-08-31 07:13:26 01875_ssd_cache_dictionary_decimal256_type: [ OK ] 1.83 sec. 2024-08-31 07:13:27 01856_create_function: [ OK ] 0.75 sec. 2024-08-31 07:13:30 01853_dictionary_cache_duplicates: [ OK ] 2.74 sec. 2024-08-31 07:13:31 01850_dist_INSERT_preserve_error: [ OK ] 0.55 sec. 2024-08-31 07:13:31 01837_database_memory_ddl_dictionaries: [ OK ] 0.52 sec. 2024-08-31 07:13:32 01804_dictionary_decimal256_type: [ OK ] 0.86 sec. 2024-08-31 07:13:37 01737_clickhouse_server_wait_server_pool_long: [ OK ] 4.62 sec. 2024-08-31 07:13:49 01722_long_brotli_http_compression_json_format: [ OK ] 12.45 sec. 2024-08-31 07:13:50 01683_flat_dictionary: [ OK ] 0.93 sec. 2024-08-31 07:13:50 01646_system_restart_replicas_smoke: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 07:13:51 01615_random_one_shard_insertion: [ OK ] 0.80 sec. 2024-08-31 07:13:52 01603_rename_overwrite_bug: [ OK ] 0.76 sec. 2024-08-31 07:13:52 01600_multiple_left_join_with_aliases: [ OK ] 0.49 sec. 2024-08-31 07:14:42 01600_detach_permanently: [ OK ] 49.88 sec. 2024-08-31 07:14:43 01575_disable_detach_table_of_dictionary: [ OK ] 0.56 sec. 2024-08-31 07:15:03 01532_execute_merges_on_single_replica_long: [ OK ] 19.83 sec. 2024-08-31 07:15:03 01517_drop_mv_with_inner_table: [ OK ] 0.60 sec. 2024-08-31 07:15:04 01470_show_databases_like: [ OK ] 0.42 sec. 2024-08-31 07:15:05 01456_modify_column_type_via_add_drop_update: [ OK ] 1.36 sec. 2024-08-31 07:15:16 01444_create_table_drop_database_race: [ OK ] 11.48 sec. 2024-08-31 07:17:50 01442_merge_detach_attach_long: [ OK ] 153.49 sec. 2024-08-31 07:17:56 01417_freeze_partition_verbose_zookeeper: [ OK ] 5.59 sec. 2024-08-31 07:17:56 01415_inconsistent_merge_tree_settings: [ OK ] 0.50 sec. 2024-08-31 07:18:04 01414_mutations_and_errors_zookeeper: [ OK ] 7.95 sec. 2024-08-31 07:18:05 01391_join_on_dict_crash: [ OK ] 0.57 sec. 2024-08-31 07:18:15 01375_storage_file_tsv_csv_with_names_write_prefix: [ OK ] 9.97 sec. 2024-08-31 07:18:18 01360_materialized_view_with_join_on_query_log: [ OK ] 3.56 sec. 2024-08-31 07:18:20 01356_view_threads: [ OK ] 1.36 sec. 2024-08-31 07:18:31 01320_create_sync_race_condition_zookeeper: [ OK ] 11.37 sec. 2024-08-31 07:19:05 01302_aggregate_state_exception_memory_leak: [ OK ] 34.02 sec. 2024-08-31 07:19:06 01295_create_row_policy: [ OK ] 0.81 sec. 2024-08-31 07:19:08 01292_create_user: [ OK ] 2.17 sec. 2024-08-31 07:19:08 01281_group_by_limit_memory_tracking: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 07:19:09 01259_dictionary_custom_settings_ddl: [ OK ] 0.69 sec. 2024-08-31 07:19:24 01238_http_memory_tracking: [ OK ] 15.50 sec. 2024-08-31 07:19:25 01225_drop_dictionary_as_table: [ OK ] 0.43 sec. 2024-08-31 07:19:25 01225_show_create_table_from_dictionary: [ OK ] 0.48 sec. 2024-08-31 07:19:26 01224_no_superfluous_dict_reload: [ OK ] 1.06 sec. 2024-08-31 07:20:05 01192_rename_database_zookeeper: [ OK ] 38.94 sec. 2024-08-31 07:20:06 01152_cross_replication: [ OK ] 0.89 sec. 2024-08-31 07:20:08 01148_zookeeper_path_macros_unfolding: [ OK ] 1.71 sec. 2024-08-31 07:20:09 01125_dict_ddl_cannot_add_column: [ OK ] 0.50 sec. 2024-08-31 07:20:09 01119_weird_user_names: [ OK ] 0.61 sec. 2024-08-31 07:20:09 01092_memory_profiler: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 07:20:13 01091_num_threads: [ OK ] 3.36 sec. 2024-08-31 07:20:14 01070_modify_ttl_recalc_only: [ OK ] 1.47 sec. 2024-08-31 07:20:15 01070_mutations_with_dependencies: [ OK ] 1.04 sec. 2024-08-31 07:20:19 01060_shutdown_table_after_detach: [ OK ] 3.83 sec. 2024-08-31 07:20:21 01059_window_view_event_hop_watch_strict_asc: [ OK ] 1.73 sec. 2024-08-31 07:20:22 01054_cache_dictionary_overflow_cell: [ OK ] 1.26 sec. 2024-08-31 07:20:23 01048_window_view_parser: [ OK ] 1.26 sec. 2024-08-31 07:20:24 01048_exists_query: [ OK ] 0.69 sec. 2024-08-31 07:20:35 01045_zookeeper_system_mutations_with_parts_names: [ OK ] 11.29 sec. 2024-08-31 07:20:45 01038_dictionary_lifetime_min_zero_sec: [ OK ] 9.84 sec. 2024-08-31 07:22:22 01037_polygon_dicts_correctness_fast: [ OK ] 96.44 sec. 2024-08-31 07:22:22 01036_no_superfluous_dict_reload_on_create_database: [ OK ] 0.68 sec. 2024-08-31 07:22:36 01018_ddl_dictionaries_concurrent_requrests: [ OK ] 13.23 sec. 2024-08-31 07:22:36 00910_buffer_prewhere: [ OK ] 0.51 sec. 2024-08-31 07:22:36 00899_long_attach_memory_limit: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 07:22:36 00877_memory_limit_for_new_delete: [ SKIPPED ] 0.00 sec. - not running for current build 2024-08-31 07:24:29 00840_long_concurrent_select_and_drop_deadlock: [ OK ] 112.51 sec. 2024-08-31 07:24:31 00834_cancel_http_readonly_queries_on_client_close: [ OK ] 2.33 sec. 2024-08-31 07:24:36 00600_replace_running_query: [ OK ] 4.60 sec. 2024-08-31 07:24:46 00463_long_sessions_in_http_interface: [ OK ] 9.99 sec. 2024-08-31 07:24:46 00309_formats_case_insensitive: [ OK ] 0.65 sec. 2024-08-31 07:24:46 2024-08-31 07:24:46 117 tests passed. 11 tests skipped. 1042.96 s elapsed (MainProcess). 2024-08-31 07:24:56 Won't run stateful tests because test data wasn't loaded. 2024-08-31 07:24:56 Checking the hung queries: done 2024-08-31 07:24:56 2024-08-31 07:24:56 No queries hung. 2024-08-31 07:24:56 All tests have finished. 2024-08-31 07:24:56 2024-08-31 07:24:56 Top patterns of log messages: 2024-08-31 07:24:56 2024-08-31 07:24:56 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string 2024-08-31 07:24:56 2024-08-31 07:24:56 1. 70684 0.081 3.49 MiB 0.014 10 760 ['Trace'] 0 Access granted: {}{} 2024-08-31 07:24:56 2. 63587 0.073 8.56 MiB 0.034 1 212 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {}) 2024-08-31 07:24:56 3. 63581 0.073 9.52 MiB 0.038 3 211 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {} 2024-08-31 07:24:56 4. 56250 0.065 1.55 MiB 0.006 1 210 ['Debug'] 0 Processed in {} sec. 2024-08-31 07:24:56 5. 52916 0.061 84.03 MiB 0.335 1 249 ['Trace'] 0.001 Query {} to stage {}{} 2024-08-31 07:24:56 6. 52364 0.06 85.08 MiB 0.339 1 249 ['Trace'] 0.001 Query {} from stage {} to stage {}{} 2024-08-31 07:24:56 7. 48579 0.056 3.73 MiB 0.015 1 209 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec. 2024-08-31 07:24:56 8. 37409 0.043 1.49 MiB 0.006 1 213 ['Debug'] 0.036 Peak memory usage{}: {}. 2024-08-31 07:24:56 9. 20384 0.023 1.77 MiB 0.007 1 785 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.) 2024-08-31 07:24:56 10. 18465 0.021 553.11 KiB 0.002 1 787 ['Trace'] 0 Aggregation method: {} 2024-08-31 07:24:56 11. 15564 0.018 1.26 MiB 0.005 4 271 ['Debug'] 0.996 {} Authenticating user '{}' from {} 2024-08-31 07:24:56 12. 15561 0.018 1.71 MiB 0.007 4 271 ['Debug'] 0.996 {} Authenticated with global context as user {} 2024-08-31 07:24:56 13. 15508 0.018 1.33 MiB 0.005 4 250 ['Debug'] 0.996 {} Logout, user_id: {} 2024-08-31 07:24:56 14. 15296 0.018 1.63 MiB 0.007 3 211 ['Debug'] 1 {} Creating session context with user_id: {} 2024-08-31 07:24:56 15. 12543 0.014 894.88 KiB 0.003 1 1189 ['Trace'] 0.326 Reserved {} on local disk {}, having unreserved {}. 2024-08-31 07:24:56 16. 11708 0.013 521.52 KiB 0.002 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {} 2024-08-31 07:24:56 17. 11371 0.013 925.25 KiB 0.004 1 772 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={} 2024-08-31 07:24:56 18. 9919 0.011 1.12 MiB 0.004 806 602 ['Trace'] 0.269 Renaming temporary part {} to {} with tid {}. 2024-08-31 07:24:56 19. 9623 0.011 442.26 KiB 0.002 1 593 ['Trace'] 0.267 filled checksums {} 2024-08-31 07:24:56 20. 9426 0.011 653.63 KiB 0.003 806 997 ['Trace'] 0.371 Trying to reserve {} using storage policy from min volume index {} 2024-08-31 07:24:56 21. 9217 0.011 99.01 KiB 0 1 772 ['Trace'] 0 Aggregating 2024-08-31 07:24:56 22. 8239 0.009 271.61 KiB 0.001 2 210 ['Trace'] 1 TCP Request. Address: {} 2024-08-31 07:24:56 23. 8239 0.009 792.51 KiB 0.003 1 210 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}. 2024-08-31 07:24:56 24. 8185 0.009 215.82 KiB 0.001 1 188 ['Debug'] 1 Done processing connection. 2024-08-31 07:24:56 25. 7400 0.009 1.33 MiB 0.005 3 124 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {} 2024-08-31 07:24:56 26. 7395 0.008 7.59 MiB 0.03 2 124 ['Trace'] 1 Request URI: {} 2024-08-31 07:24:56 27. 7253 0.008 148.74 KiB 0.001 2 124 ['Debug'] 0.014 Done processing query 2024-08-31 07:24:56 28. 6482 0.007 500.08 KiB 0.002 1 152 ['Trace'] 0 Query span trace_id for opentelemetry log: {} 2024-08-31 07:24:56 29. 5834 0.007 460.09 KiB 0.002 577 138 ['Trace'] 0.001 Reading {} ranges in{}order from part {}, approx. {} rows starting from {} 2024-08-31 07:24:56 30. 5138 0.006 115.40 KiB 0 1 732 ['Trace'] 0 Merging aggregated data 2024-08-31 07:24:56 31. 5090 0.006 464.76 KiB 0.002 1 72 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part 2024-08-31 07:24:56 32. 4601 0.005 178.99 KiB 0.001 672 160 ['Debug'] 0.009 Key condition: {} 2024-08-31 07:24:56 33. 4532 0.005 517.14 KiB 0.002 656 159 ['Debug'] 0.009 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges 2024-08-31 07:24:56 34. 4345 0.005 224.89 KiB 0.001 575 155 ['Trace'] 0.01 Spreading mark ranges among streams (default reading) 2024-08-31 07:24:56 35. 4051 0.005 612.08 KiB 0.002 1 223 ['Debug'] 0 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.) 2024-08-31 07:24:56 36. 4051 0.005 199.98 KiB 0.001 1 223 ['Trace'] 0 Merging partially aggregated blocks (bucket = {}). 2024-08-31 07:24:56 37. 2956 0.003 373.23 KiB 0.001 1 66 ['Debug'] 0.001 Before join block: '{}' 2024-08-31 07:24:56 38. 2939 0.003 581.85 KiB 0.002 1 66 ['Debug'] 0.001 After join block: '{}' 2024-08-31 07:24:56 39. 2716 0.003 23.87 KiB 0 2 117 ['Trace'] 0.001 No tables 2024-08-31 07:24:56 40. 2709 0.003 55.56 KiB 0 1 719 ['Debug'] 1 Stop worker in {} 2024-08-31 07:24:56 41. 2709 0.003 185.26 KiB 0.001 1 117 ['Debug'] 0.002 Schedule load job '{}' into {} 2024-08-31 07:24:56 42. 2709 0.003 177.33 KiB 0.001 1 590 ['Debug'] 1 Execute load job '{}' in {} 2024-08-31 07:24:56 43. 2709 0.003 187.91 KiB 0.001 1 590 ['Debug'] 1 Finish load job '{}' with status {} 2024-08-31 07:24:56 44. 2709 0.003 84.66 KiB 0 1 705 ['Debug'] 0.499 Spawn loader worker #{} in {} 2024-08-31 07:24:56 45. 2708 0.003 214.30 KiB 0.001 1 117 ['Debug'] 0.001 Prioritize load job '{}': {} -> {} 2024-08-31 07:24:56 46. 2682 0.003 394.13 KiB 0.002 1 100 ['Trace'] 0 PREWHERE condition was split into {} steps: {} 2024-08-31 07:24:56 47. 2682 0.003 89.05 KiB 0 1 714 ['Debug'] 0.501 Change current priority: {} -> {} 2024-08-31 07:24:56 48. 2568 0.003 449.42 KiB 0.002 1 120 ['Debug'] 0 {}:{}: sampleColumns {} '{}' 2024-08-31 07:24:56 49. 2542 0.003 91.83 KiB 0 16 16 ['Trace'] 1 Flushed system log up to offset {} 2024-08-31 07:24:56 50. 2542 0.003 147.69 KiB 0.001 16 16 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {} 2024-08-31 07:24:56 51. 2339 0.003 67.87 KiB 0 102 695 ['Trace'] 0 Found (LEFT) boundary mark: {} 2024-08-31 07:24:56 52. 2339 0.003 72.18 KiB 0 102 695 ['Trace'] 0 Found {} range in {} steps 2024-08-31 07:24:56 53. 2339 0.003 70.49 KiB 0 102 695 ['Trace'] 0 Found (RIGHT) boundary mark: {} 2024-08-31 07:24:56 54. 2339 0.003 168.06 KiB 0.001 102 695 ['Trace'] 0 Running binary search on index range for part {} ({} marks) 2024-08-31 07:24:56 55. 2205 0.003 200.07 KiB 0.001 1 658 ['Debug'] 0 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec 2024-08-31 07:24:56 56. 2173 0.002 246.16 KiB 0.001 1 385 ['Information'] 0 Sorting and writing part of data into temporary file {} 2024-08-31 07:24:56 57. 2173 0.002 326.52 KiB 0.001 1 384 ['Information'] 0 Done writing part of data into temporary file {}, compressed {}, uncompressed {} 2024-08-31 07:24:56 58. 2105 0.002 271.55 KiB 0.001 1 501 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {} 2024-08-31 07:24:56 59. 2105 0.002 425.59 KiB 0.002 1 501 ['Information'] 1 Removing metadata {} of dropped table {} 2024-08-31 07:24:56 60. 2101 0.002 155.93 KiB 0.001 1 118 ['Debug'] 0 Waiting for table {} to be finally dropped 2024-08-31 07:24:56 61. 1581 0.002 193.11 KiB 0.001 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {} 2024-08-31 07:24:56 62. 1544 0.002 48.61 KiB 0 19 42 ['Debug'] 0 Requested flush up to offset {} 2024-08-31 07:24:56 63. 1536 0.002 171.00 KiB 0.001 1 39 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {} 2024-08-31 07:24:56 64. 1508 0.002 110.07 KiB 0 1 104 ['Trace'] 0.001 The min valid primary key position for moving to the tail of PREWHERE is {} 2024-08-31 07:24:56 65. 1390 0.002 151.28 KiB 0.001 1 120 ['Debug'] 0 {}:{}: {} - '{}' 2024-08-31 07:24:56 66. 1358 0.002 111.45 KiB 0 1337 117 ['Information'] 0.001 Metadata processed, database {} has {} tables and {} dictionaries in total. 2024-08-31 07:24:56 67. 1358 0.002 80.75 KiB 0 1 117 ['Information'] 0.001 Parsed metadata of {} tables in {} databases in {} sec 2024-08-31 07:24:56 68. 1326 0.002 282.66 KiB 0.001 1 226 ['Trace'] 0.005 {}Keys: {}, datatype: {}, kind: {}, strictness: {}, right header: {} 2024-08-31 07:24:56 69. 1324 0.002 123.23 KiB 0 12 122 ['Trace'] 0.937 List of all grants including implicit: {} 2024-08-31 07:24:56 70. 1324 0.002 100.85 KiB 0 12 122 ['Trace'] 0.937 Settings: readonly = {}, allow_ddl = {}, allow_introspection_functions = {} 2024-08-31 07:24:56 71. 1324 0.002 69.69 KiB 0 12 122 ['Trace'] 0.937 List of all grants: {} 2024-08-31 07:24:56 72. 1315 0.002 80.98 KiB 0 1 117 ['Debug'] 0.002 Wait load job '{}' in {} 2024-08-31 07:24:56 73. 1275 0.001 148.59 KiB 0.001 801 427 ['Debug'] 0.82 Removing {} parts from filesystem (serially): Parts: [{}] 2024-08-31 07:24:56 74. 1257 0.001 50.33 KiB 0 1 270 ['Debug'] 0.356 Will use old analyzer to prepare mutation 2024-08-31 07:24:56 75. 1220 0.001 89.02 KiB 0 98 339 ['Trace'] 0 Used generic exclusion search over index for part {} with {} steps 2024-08-31 07:24:56 76. 1220 0.001 59.19 KiB 0 279 463 ['Debug'] 0.657 Selected {} parts from {} to {} 2024-08-31 07:24:56 77. 1200 0.001 145.02 KiB 0.001 1 2 ['Trace'] 1 Creating part at path {} 2024-08-31 07:24:56 78. 1196 0.001 93.61 KiB 0 1 77 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {} 2024-08-31 07:24:56 79. 1196 0.001 40.84 KiB 0 1 77 ['Debug'] 0 Selected MergeAlgorithm: {} 2024-08-31 07:24:56 80. 1169 0.001 93.62 KiB 0 1 561 ['Trace'] 0 Statistics updated for key={}: new sum_of_sizes={}, median_size={} 2024-08-31 07:24:56 81. 1168 0.001 149.34 KiB 0.001 1 77 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec. 2024-08-31 07:24:56 82. 1164 0.001 67.98 KiB 0 281 77 ['Trace'] 0 Merged {} parts: [{}, {}] -> {} 2024-08-31 07:24:56 83. 1163 0.001 77.33 KiB 0 1 172 ['Trace'] 0.01 {}Join data is being destroyed, {} bytes and {} rows in hash table 2024-08-31 07:24:56 84. 1145 0.001 20.13 KiB 0 1073 124 ['Debug'] 0.018 Loading data parts 2024-08-31 07:24:56 85. 1118 0.001 25.11 KiB 0 1073 124 ['Debug'] 0.019 There are no data parts 2024-08-31 07:24:56 86. 1079 0.001 46.47 KiB 0 164 95 ['Debug'] 0 MinMax index condition: {} 2024-08-31 07:24:56 87. 1077 0.001 80.99 KiB 0 1037 433 ['Information'] 0.959 dropAllData: remove format_version.txt, detached, moving and write ahead logs 2024-08-31 07:24:56 88. 1077 0.001 45.23 KiB 0 1037 433 ['Information'] 0.959 dropAllData: clearing temporary directories 2024-08-31 07:24:56 89. 1077 0.001 18.93 KiB 0 1037 433 ['Trace'] 0.959 dropAllData: done. 2024-08-31 07:24:56 90. 1077 0.001 51.54 KiB 0 1037 433 ['Trace'] 0.959 dropAllData: removing all data parts from memory. 2024-08-31 07:24:56 91. 1077 0.001 62.22 KiB 0 1037 433 ['Trace'] 0.959 dropAllData: removing data parts (count {}) from filesystem. 2024-08-31 07:24:56 92. 1077 0.001 69.42 KiB 0 1037 433 ['Information'] 0.959 dropAllData: removing table directory recursive to cleanup garbage 2024-08-31 07:24:56 93. 1077 0.001 32.60 KiB 0 1037 433 ['Trace'] 0.959 dropAllData: waiting for locks. 2024-08-31 07:24:56 94. 1003 0.001 41.04 KiB 0 1 1 ['Debug'] 1 Session ID response {} with timeout {} 2024-08-31 07:24:56 95. 1003 0.001 35.29 KiB 0 1 51 ['Trace'] 1 Keeper request. Address: {} 2024-08-31 07:24:56 96. 1003 0.001 39.18 KiB 0 1 51 ['Information'] 1 Requesting session ID for the new client 2024-08-31 07:24:56 97. 1003 0.001 22.43 KiB 0 1 51 ['Information'] 1 Received session ID {} 2024-08-31 07:24:56 98. 1000 0.001 58.50 KiB 0 1 50 ['Debug'] 1 Received close event with xid {} for session id #{} 2024-08-31 07:24:56 99. 1000 0.001 31.15 KiB 0 1 50 ['Debug'] 1 Session #{} successfully closed 2024-08-31 07:24:56 100. 873 0.001 42.31 KiB 0 107 408 ['Trace'] 1 Scheduling next merge selecting task after {}ms 2024-08-31 07:24:56 2024-08-31 07:24:56 2024-08-31 07:24:56 2024-08-31 07:24:56 Top messages without format string (fmt::runtime): 2024-08-31 07:24:56 2024-08-31 07:24:56 count pattern runtime_message line 2024-08-31 07:24:56 2024-08-31 07:24:56 1. 22 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): 2024-08-31 07:24:56 2024-08-31 07:24:56 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, ('/Exception.cpp',222) 2024-08-31 07:24:56 2. 14 CodeDBExceptionReceivedfromDBExc Code: 277. DB::Exception: Received from 127.0.0.1:9000. DB::Exception: Primary key (k) is not used and setting 'force_primary_key' is set. Stack trace: 2024-08-31 07:24:56 2024-08-31 07:24:56 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) ('/executeQuery.cpp',218) 2024-08-31 07:24:56 3. 14 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 1 ('SEECTwrong'): SEECTwrong. Expected one of: Query, Query with output, EXPLAIN, EXPLAIN, SELECT query, possibly with UNION, list of union elements, SELECT query, subquery, possibly with UNION, SEL ('/executeQuery.cpp',218) 2024-08-31 07:24:56 4. 12 CodeDBExceptionOkwhileexecutingF Code: 395. DB::Exception: Ok: while executing 'FUNCTION throwIf(greater(__table1.number, 10000000_UInt32) :: 1, 'Ok'_String :: 4) -> throwIf(greater(__table1.number, 10000000_UInt32), 'Ok'_String) UInt8 : 3'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO), Stack tr ('/TCPHandler.cpp',701) 2024-08-31 07:24:56 5. 4 CodeDBExceptionEmptyqueryInscope Code: 62. DB::Exception: Empty query: In scope SELECT formatQuery(''). (SYNTAX_ERROR) (version 24.3.5.48.altinityfips (altinity build)) (from [::1]:42584) (comment: 02882_formatQuery.sql) (in query: SELECT formatQuery('');), Stack trace (when copying this ('/executeQuery.cpp',218) 2024-08-31 07:24:56 6. 4 CodeDBExceptionTherequestsignatu Code: 499. DB::Exception: The request signature we calculated does not match the signature you provided. Check your key and signing method. (S3_ERROR) (version 24.3.5.48.altinityfips (altinity build)) (from [::1]:37256) (comment: 02843_backup_use_same_s3_c ('/executeQuery.cpp',218) 2024-08-31 07:24:56 7. 3 IfthesignaturecheckfailedThiscou If the signature check failed. This could be because of a time skew. Attempting to adjust the signer. ('/AWSLogger.cpp',71) 2024-08-31 07:24:56 8. 2 CodeDBExceptionReceivedfromlocal Code: 60. DB::Exception: Received from localhost:9000. DB::Exception: Table shard_1.data_01850 does not exist. Maybe you meant shard_0.data_01850?. Stack trace: 2024-08-31 07:24:56 2024-08-31 07:24:56 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String cons ('/executeQuery.cpp',218) 2024-08-31 07:24:56 9. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43) 2024-08-31 07:24:56 10. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43) 2024-08-31 07:24:56 11. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43) 2024-08-31 07:24:56 12. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 2024-08-31 07:24:56 13. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43) 2024-08-31 07:24:56 14. 1 FailedtomakebackupShttplocalhost Failed to make backup S3('http://localhost:11111/test/backups/test_hty92p9i/use_same_s3_credentials_for_base_backup_base_inc_3_bad', 'test', '[HIDDEN]'): Code: 499. DB::Exception: The request signature we calculated does not match the signature you provide ('/Exception.cpp',222) 2024-08-31 07:24:56 15. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0) 2024-08-31 07:24:56 16. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER === 2024-08-31 07:24:56 commit index 0 2024-08-31 07:24:56 term 0 2024-08-31 07:24:56 election timer allowed 2024-08-31 07:24:56 log store start 1, end 0 2024-08-31 07:24:56 config log idx 0, prev log idx 0 2024-08-31 07:24:56 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43) 2024-08-31 07:24:56 17. 1 CodeDBExceptionBadURIsyntaxURIco Code: 1000. DB::Exception: Bad URI syntax: URI contains invalid characters. (POCO_EXCEPTION), Stack trace (when copying this message, always include the lines below): 2024-08-31 07:24:56 2024-08-31 07:24:56 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(Strin ('/TCPHandler.cpp',701) 2024-08-31 07:24:56 18. 1 configatindexiscommittedprevconf config at index 1 is committed, prev config log idx 0 ('/LoggerWrapper.h',43) 2024-08-31 07:24:56 19. 1 peerDCIDlocalhostvotingmembermyi peer 1: DC ID 0, localhost:9234, voting member, 1 2024-08-31 07:24:56 my id: 1, voting_member 2024-08-31 07:24:56 num peers: 0 ('/LoggerWrapper.h',43) 2024-08-31 07:24:56 20. 1 newconfigurationlogidxprevlogidx new configuration: log idx 1, prev log idx 0 2024-08-31 07:24:56 peer 1, DC ID 0, localhost:9234, voting member, 1 2024-08-31 07:24:56 my id: 1, leader: 1, term: 1 ('/LoggerWrapper.h',43) 2024-08-31 07:24:56 21. 1 invalidelectiontimeoutlowerbound invalid election timeout lower bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 2024-08-31 07:24:56 22. 1 startingup starting up ('',0) 2024-08-31 07:24:56 23. 1 newelectiontimeoutrange new election timeout range: 0 - 0 ('/LoggerWrapper.h',43) 2024-08-31 07:24:56 24. 1 PRIORITYdecaytargetmine [PRIORITY] decay, target 1 -> 1, mine 1 ('/LoggerWrapper.h',43) 2024-08-31 07:24:56 25. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 1 ('/LoggerWrapper.h',43) 2024-08-31 07:24:56 26. 1 RaftASIOlistenerinitiatedonunsec Raft ASIO listener initiated on :::9234, unsecured ('/LoggerWrapper.h',43) 2024-08-31 07:24:56 27. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43) 2024-08-31 07:24:56 28. 1 newconfiglogidxprevlogidxcurconf new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0 ('/LoggerWrapper.h',43) 2024-08-31 07:24:56 29. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43) 2024-08-31 07:25:15 30. 1 VOTEINITmyidmyrolecandidateterml [VOTE INIT] my id 1, my role candidate, term 1, log idx 0, log term 0, priority (target 1 / mine 1) ('/LoggerWrapper.h',43) 2024-08-31 07:25:15 2024-08-31 07:25:15 2024-08-31 07:25:15 2024-08-31 07:25:15 Top messages not matching their format strings: 2024-08-31 07:25:15 2024-08-31 07:25:15 message_format_string count() any_message 2024-08-31 07:25:15 2024-08-31 07:25:15 1. Query {} to stage {}{} 85 Query SELECT 'token-transfer-0x758f1bbabb160683e1c80ed52dcd24a32b599d40edf1cec91b5f1199c0e392a2-56' AS `'token-transfer-0x758f1bbabb160683e1c80ed52dcd24a32b599d40edf1cec91b5f1199c0e392a2-56'`, _CAST('Ӈ���Jl����X��X̊�Y', 'FixedString(20)') AS `hex2bytes('0xd387a6e4e84a6c86bd90c158c6028a58cc8ac459')`, 3e21 AS `3e21`, '2024-01-02 16:54:59' AS `'2024-01-02 16:54:59'`, 'abc' AS `'abc'` FROM system.one AS __table1 to stage Complete 2024-08-31 07:25:15 message_format_string count() any_message 2024-08-31 07:25:15 2024-08-31 07:25:15 2. Query {} from stage {} to stage {}{} 85 Query SELECT 'token-transfer-0x758f1bbabb160683e1c80ed52dcd24a32b599d40edf1cec91b5f1199c0e392a2-56' AS `'token-transfer-0x758f1bbabb160683e1c80ed52dcd24a32b599d40edf1cec91b5f1199c0e392a2-56'`, _CAST('Ӈ���Jl����X��X̊�Y', 'FixedString(20)') AS `hex2bytes('0xd387a6e4e84a6c86bd90c158c6028a58cc8ac459')`, 3e21 AS `3e21`, '2024-01-02 16:54:59' AS `'2024-01-02 16:54:59'`, 'abc' AS `'abc'` FROM system.one AS __table1 from stage FetchColumns to stage Complete 2024-08-31 07:25:15 message_format_string count() any_message 2024-08-31 07:25:15 2024-08-31 07:25:15 3. 27 Forked a child process to watch 2024-08-31 07:25:15 message_format_string count() any_message 2024-08-31 07:25:15 2024-08-31 07:25:15 4. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 26 /var/lib/clickhouse/store/fd9/fd9ac9e3-e4a2-48b8-8ef0-39551650e19b/tmp_merge_all_19_25_1/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 15 similar messages) 2024-08-31 07:25:15 message_format_string count() any_message 2024-08-31 07:25:15 2024-08-31 07:25:15 5. (from {}{}{}){}{} {} (stage: {}) 2 (from [::1]:53312) (comment: 02686_bson3.sql) -- It correctly throws exception about incorrect data: 2024-08-31 07:25:15 SELECT * FROM format(BSONEachRow, 'WatchID Int64, JavaEnable Int16, Title String, GoodEvent Int16, EventTime DateTime, EventDate Date, CounterID Int32, ClientIP Int32, RegionID Int32, UserID Int64, CounterClass Int16, OS Int16, UserAgent Int16, URL String, Referer String, IsRefresh Int16, RefererCategoryID Int16, RefererRegionID Int32, URLCategoryID Int16, URLRegionID Int32, ResolutionWidth Int16, ResolutionHeight Int16, ResolutionDepth Int16, FlashMajor Int16, FlashMinor Int16, FlashMinor2 String, NetMajor Int16, NetMinor Int16, UserAgentMajor Int16, UserAgentMinor String, CookieEnable Int16, JavascriptEnable Int16, IsMobile Int16, MobilePhone Int16, MobilePhoneModel String, Params String, IPNetworkID Int32, TraficSourceID Int16, SearchEngineID Int16, SearchPhrase String, AdvEngineID Int16, IsArtifical Int16, WindowClientWidth Int16, WindowClientHeight Int16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 Int16, SilverlightVersion2 Int16, SilverlightVersion3 Int32, SilverlightVersion4 Int16, PageCharset String, CodeVersion Int32, IsLink Int16, IsDownload Int16, IsNotBounce Int16, FUniqID Int64, OriginalURL String, HID Int32, IsOldCounter Int16, IsEvent Int16, IsParameter Int16, DontCountHits Int16, WithHash Int16, HitColor String, LocalEventTime DateTime, Age Int16, Sex Int16, Income Int16, Interests Int16, Robotness Int16, RemoteIP Int32, WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage String, BrowserCountry String, SocialNetwork String, SocialAction String, HTTPError Int16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32, SocialSourceNetworkID Int16, SocialSourcePage String, ParamPrice Int64, ParamOrderID String, ParamCurrency String, ParamCurrencyID Int16, OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID Int16, RefererHash Int64, URLHash Int64, CLID Int32', $$^WatchIDc*5/ !p~JavaEnableTitleGoodEventEventTime7��QEventDate>CounterIDClientIP��z�RegionIDGUserID� ��:6��CounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnabl�������sMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTime&��QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�|3��b.�CLID^WatchID��F�ӓ2qJavaEnableTitleGoodEventEventTimen$�QEventDate>CounterIDClientIP��z�RegionIDGUserID� ��:6��CounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTimeǘ�QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageP��amPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�|3��b.�CLID^WatchIDl!�|�@HJavaEnableTitleGoodEventEventTime�)�QEventDate>CounterIDClientIP��z�RegionIDGUserID� ��:6��CounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTime}��QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�|3��b.�CLID^WatchID�ǐ=ЌWJavaEnableTitleGoodEventEventTime8*�QEventDate>CounterIDClientIP��z�RegionIDGUserID� ��:6��CounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTimeݞ�QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�|3��b.�CLID�WatchID��E&LyJavaEnableTitleGoodEventEventTimeJ��QEventDate>CounterIDClientIP��I`RegionID'UserIDq��Jd8CounterClassOSUserAgentURL-http://holodilnik.ru/russia/05jul2013&model=0RefererIsRefreshRefererCategoryIDRefererRegionIDURLCateParams String, IPNetworkID Int32, TraficSourceID Int16, SearchEngineID Int16, SearchPhrase String, AdvEngineID Int16, IsArtifical Int16, WindowClientWidth Int16, WindowClientHeight Int16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 Int16, SilverlightVersion2 Int16, SilverlightVersion3 Int32, SilverlightVersion4 Int16, PageCharset String, CodeVersion Int32, IsLink Int16, IsDownload Int16, IsNotBounce Int16, FUniqID Int64, OriginalURL String, HID Int32, IsOldCounter Int16, IsEvent Int16, IsParameter Int16, DontCountHits Int16, WithHash Int16, HitColor String, LocalEventTime DateTime, Age Int16, Sex Int16, Income Int16, Interests Int16, Robotness Int16, RemoteIP Int32, WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage String, BrowserCountry String, SocialNetwork String, SocialAction String, HTTPError Int16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32,����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash� 2024-08-31 07:25:32 o���eCLID�WatchID��k=��pJavaEnableTitleGoodEventEventTime� �QEventDate>CounterIDClien����Q9�HRegionIDGUserID �Ks}��CounterClassOSUserAgentURLHhttp://afisha.mail.ru/catalog/314/women.ru/ency=1&page3/?errovat-pinnikiRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryID0=URLRegionID�ResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinorD�CookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4 PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqID:��W��mOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTimeA��QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�� �#�\CLID�WatchID�1�� o�CJavaEnableTitleGoodEventEventTime�0�QEventDate>CounterIDClientIP�^{]RegionID�UserID&n%�t"6CounterClas⋯ 2024-08-31 07:25:32 2024-08-31 07:25:32 2024-08-31 07:25:32 2024-08-31 07:25:32 Top short messages: 2024-08-31 07:25:32 2024-08-31 07:25:32 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate 2024-08-31 07:25:32 2024-08-31 07:25:32 1. 500 {}:{}: '{}' src/Processors/Transforms/MergeJoinTransform.cpp:836: ' UInt32(size = 1) UInt32(size = 1) UInt32(size = 1)' 30 2024-08-31 07:25:32 2. 7 Creating {}: {} Creating table test_r99g2y59.tbl1: CREATE TABLE IF NOT EXISTS test_r99g2y59.tbl1 UUID '53a34d3b-d9e3-4113-af4f-02037f13b 211 2024-08-31 07:25:32 3. 5 {} Server was built with sanitizer. It will work slowly. 27 2024-08-31 07:25:32 4. 4 Froze {} parts Froze 10 parts -13 2024-08-31 07:25:32 5. 4 Database {} does not exist Code: 81. DB::Exception: Database kek does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always 28 2024-08-31 07:25:32 6. 2 Substitution {} is not set Code: 456. DB::Exception: Substitution `n` is not set. (UNKNOWN_QUERY_PARAMETER) (version 24.3.5.48.altinityfips (altini 29 2024-08-31 07:25:32 2024-08-31 07:25:32 2024-08-31 07:25:32 2024-08-31 07:25:32 Top messages by level: 2024-08-31 07:25:32 2024-08-31 07:25:32 (0.0000011470481289924444,'Can\'t start NON-SECURE keeper server in FIPS mode, please check the config.') Fatal 2024-08-31 07:25:32 (0.0005391126206264489,'Table {}.{} does not exist') Error 2024-08-31 07:25:32 (0.00003555849199876578,'Client has gone away.') Warning 2024-08-31 07:25:32 (0.0024925355843005816,'Sorting and writing part of data into temporary file {}') Information 2024-08-31 07:25:32 (0.07294193757075854,'(from {}{}{}){}{} {} (stage: {})') Debug 2024-08-31 07:25:32 (0.08108368519034691,'Access granted: {}{}') Trace 2024-08-31 07:25:32 2024-08-31 07:25:32 + set -e Files in current directory + [[ 0 -eq 124 ]] + return 0 + echo 'Files in current directory' + ls -la ./ total 137484 drwxr-xr-x 1 root root 4096 Aug 31 07:18 . drwxr-xr-x 1 root root 4096 Aug 31 07:18 .. -rw-rw-r-- 1 1000 1000 312 Aug 31 06:52 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Jun 12 23:03 attach_gdb.lib -rw-r--r-- 1 root root 1481 Aug 31 06:54 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 Aug 31 06:54 __azurite_db_blob__.json -rw-r--r-- 1 root root 46854 Aug 31 07:24 azurite_log lrwxrwxrwx 1 root root 7 Apr 26 22:02 bin -> usr/bin drwxr-xr-x 2 root root 4096 Aug 31 06:54 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot drwxr-x--- 4 root root 4096 Aug 31 07:12 data drwxr-xr-x 5 root root 340 Aug 31 06:53 dev drwxr-x--- 2 root root 4096 Aug 31 07:12 dictionaries_lib -rwxr-xr-x 1 root root 0 Aug 31 06:53 .dockerenv drwxr-xr-x 1 root root 4096 Aug 31 06:53 etc drwxr-x--- 2 root root 4096 Aug 31 07:12 flags drwxr-x--- 2 root root 4096 Aug 31 07:12 format_schemas drwxr-xr-x 1 1000 1000 4096 Aug 31 06:54 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Apr 26 22:02 lib -> usr/lib lrwxrwxrwx 1 root root 9 Apr 26 22:02 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Apr 26 22:02 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Apr 26 22:02 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Jun 12 23:04 mc drwxr-xr-x 2 root root 4096 Apr 26 22:02 media drwxr-x--- 2 root root 4096 Aug 31 07:12 metadata drwxr-x--- 2 root root 4096 Aug 31 07:12 metadata_dropped -rwxr-xr-x 1 root root 118595584 Jun 12 23:04 minio drwxr-xr-x 4 root root 4096 Aug 31 06:54 minio_data drwxr-xr-x 2 root root 4096 Apr 26 22:02 mnt drwxr-x--- 2 root root 4096 Aug 31 07:12 named_collections drwxr-xr-x 2 root root 4096 Apr 26 22:02 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Aug 31 06:53 package_folder drwxr-x--- 2 root root 4096 Aug 31 07:13 preprocessed_configs dr-xr-xr-x 312 root root 0 Aug 31 06:53 proc -rwxrwxr-x 1 root root 7989 May 14 13:27 process_functional_tests_result.py -rw-r----- 1 root root 1 Aug 31 07:12 quotas.list -rw-r----- 1 root root 1 Aug 31 07:12 roles.list drwx------ 1 root root 4096 Aug 31 07:20 root -rw-r----- 1 root root 1 Aug 31 07:12 row_policies.list drwxr-xr-x 1 root root 4096 Aug 31 06:53 run -rwxrwxr-x 1 root root 16095 Jun 12 23:03 run.sh lrwxrwxrwx 1 root root 8 Apr 26 22:02 sbin -> usr/sbin -rw-r--r-- 1 root root 462 Aug 31 06:54 script.gdb -rw-r----- 1 root root 1 Aug 31 07:12 settings_profiles.list -rwxrwxr-x 1 root root 10462 May 14 13:27 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Jun 12 23:03 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Jun 12 23:03 setup_minio.sh drwxr-xr-x 2 root root 4096 Apr 26 22:02 srv -rw-r----- 1 root root 59 Aug 31 07:13 status drwxr-x--- 4 root root 4096 Aug 31 07:12 store -rw-rw-r-- 1 root root 13192 Jun 12 23:03 stress_tests.lib dr-xr-xr-x 13 root root 0 Aug 31 06:53 sys drwxrwxr-x 2 1000 1000 4096 Aug 31 06:55 test_output drwxrwxrwt 1 root root 36864 Aug 31 07:25 tmp drwxr-xr-x 2 root root 4096 Aug 31 06:55 user_defined drwxr-x--- 2 root root 4096 Aug 31 07:12 user_files drwxr-x--- 2 root root 4096 Aug 31 07:12 user_scripts -rw-r----- 1 root root 1 Aug 31 07:12 users.list drwxr-xr-x 1 root root 4096 Apr 26 22:02 usr -rw-rw-r-- 1 root root 833 Jun 12 23:03 utils.lib -rw-r----- 1 root root 36 Aug 31 07:12 uuid drwxr-xr-x 1 root root 4096 Apr 26 22:05 var Files in root directory + echo 'Files in root directory' + ls -la / total 137484 drwxr-xr-x 1 root root 4096 Aug 31 07:18 . drwxr-xr-x 1 root root 4096 Aug 31 07:18 .. -rw-rw-r-- 1 1000 1000 312 Aug 31 06:52 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Jun 12 23:03 attach_gdb.lib -rw-r--r-- 1 root root 1481 Aug 31 06:54 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 Aug 31 06:54 __azurite_db_blob__.json -rw-r--r-- 1 root root 46854 Aug 31 07:24 azurite_log lrwxrwxrwx 1 root root 7 Apr 26 22:02 bin -> usr/bin drwxr-xr-x 2 root root 4096 Aug 31 06:54 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot drwxr-x--- 4 root root 4096 Aug 31 07:12 data drwxr-xr-x 5 root root 340 Aug 31 06:53 dev drwxr-x--- 2 root root 4096 Aug 31 07:12 dictionaries_lib -rwxr-xr-x 1 root root 0 Aug 31 06:53 .dockerenv drwxr-xr-x 1 root root 4096 Aug 31 06:53 etc drwxr-x--- 2 root root 4096 Aug 31 07:12 flags drwxr-x--- 2 root root 4096 Aug 31 07:12 format_schemas drwxr-xr-x 1 1000 1000 4096 Aug 31 06:54 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Apr 26 22:02 lib -> usr/lib lrwxrwxrwx 1 root root 9 Apr 26 22:02 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Apr 26 22:02 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Apr 26 22:02 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Jun 12 23:04 mc drwxr-xr-x 2 root root 4096 Apr 26 22:02 media drwxr-x--- 2 root root 4096 Aug 31 07:12 metadata drwxr-x--- 2 root root 4096 Aug 31 07:12 metadata_dropped -rwxr-xr-x 1 root root 118595584 Jun 12 23:04 minio drwxr-xr-x 4 root root 4096 Aug 31 06:54 minio_data drwxr-xr-x 2 root root 4096 Apr 26 22:02 mnt drwxr-x--- 2 root root 4096 Aug 31 07:12 named_collections drwxr-xr-x 2 root root 4096 Apr 26 22:02 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Aug 31 06:53 package_folder drwxr-x--- 2 root root 4096 Aug 31 07:13 preprocessed_configs dr-xr-xr-x 312 root root 0 Aug 31 06:53 proc -rwxrwxr-x 1 root root 7989 May 14 13:27 process_functional_tests_result.py -rw-r----- 1 root root 1 Aug 31 07:12 quotas.list -rw-r----- 1 root root 1 Aug 31 07:12 roles.list drwx------ 1 root root 4096 Aug 31 07:20 root -rw-r----- 1 root root 1 Aug 31 07:12 row_policies.list drwxr-xr-x 1 root root 4096 Aug 31 06:53 run -rwxrwxr-x 1 root root 16095 Jun 12 23:03 run.sh lrwxrwxrwx 1 root root 8 Apr 26 22:02 sbin -> usr/sbin -rw-r--r-- 1 root root 462 Aug 31 06:54 script.gdb -rw-r----- 1 root root 1 Aug 31 07:12 settings_profiles.list -rwxrwxr-x 1 root root 10462 May 14 13:27 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Jun 12 23:03 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Jun 12 23:03 setup_minio.sh drwxr-xr-x 2 root root 4096 Apr 26 22:02 srv -rw-r----- 1 root root 59 Aug 31 07:13 status drwxr-x--- 4 root root 4096 Aug 31 07:12 store -rw-rw-r-- 1 root root 13192 Jun 12 23:03 stress_tests.lib dr-xr-xr-x 13 root root 0 Aug 31 06:53 sys drwxrwxr-x 2 1000 1000 4096 Aug 31 06:55 test_output drwxrwxrwt 1 root root 36864 Aug 31 07:25 tmp drwxr-xr-x 2 root root 4096 Aug 31 06:55 user_defined drwxr-x--- 2 root root 4096 Aug 31 07:12 user_files drwxr-x--- 2 root root 4096 Aug 31 07:12 user_scripts -rw-r----- 1 root root 1 Aug 31 07:12 users.list drwxr-xr-x 1 root root 4096 Apr 26 22:02 usr -rw-rw-r-- 1 root root 833 Jun 12 23:03 utils.lib -rw-r----- 1 root root 36 Aug 31 07:12 uuid drwxr-xr-x 1 root root 4096 Apr 26 22:05 var + /process_functional_tests_result.py 2024-08-31 07:25:32,567 File /analyzer_tech_debt.txt with broken tests found 2024-08-31 07:25:32,567 Broken tests in the list: 11 2024-08-31 07:25:32,567 Find files in result folder gdb.log,run.log,garbage.log,test_result.txt 2024-08-31 07:25:32,579 Is flaky check: False 2024-08-31 07:25:32,579 Result parsed 2024-08-31 07:25:32,580 Result written + clickhouse-client -q 'system flush logs' + stop_logs_replication + echo 'Detach all logs replication' Detach all logs replication + clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')' + tee /dev/stderr + xargs -n1 -r -i clickhouse-client --query 'drop table {}' xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value + failed_to_save_logs=0 + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ zstd --threads=0 ++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''' + echo '++ zstd --threads=0 ++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ zstd --threads=0 ++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes' ++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\8 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' ++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\1\6 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' ++ zstd --threads=0 ++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\5 ]] + failed_to_save_logs=1 + [[ -n '' ]] + sudo clickhouse stop ==122211==Installed the sigaction for signal 11 ==122211==Installed the sigaction for signal 7 ==122211==Installed the sigaction for signal 8 ==122211==Using llvm-symbolizer found at: /usr/bin/llvm-symbolizer-17 ***** Running under ThreadSanitizer v3 (pid 122211) ***** ThreadSanitizer: growing sync allocator: 0 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 0 out of 262144*4096 ThreadSanitizer: growing sync allocator: 1 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 2 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 1 out of 262144*4096 ThreadSanitizer: growing sync allocator: 3 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 4 out of 1048576*1024 script.gdb:13: Error in sourced command file: No stack. /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 735. The process with pid = 735 is running. Sent terminate signal to process with pid 735. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 735. The process with pid = 735 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 735. The process with pid = 735 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 735. The process with pid = 735 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 735. The process with pid = 735 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 735. The process with pid = 735 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 735. The process with pid = 735 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 735. The process with pid = 735 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 735. The process with pid = 735 does not exist. Server stopped Stats: SizeClassAllocator64: 2M mapped (0M rss) in 10960 allocations; remains 5405 01 ( 16): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 3840 avail: 4096 rss: 4K releases: 0 last released: 0K region: 0x7b0400000000 02 ( 32): mapped: 64K allocs: 2816 frees: 2304 inuse: 512 num_freed_chunks 1536 avail: 2048 rss: 60K releases: 1 last released: 4K region: 0x7b0800000000 03 ( 48): mapped: 192K allocs: 3456 frees: 2432 inuse: 1024 num_freed_chunks 3072 avail: 4096 rss: 152K releases: 1 last released: 40K region: 0x7b0c00000000 04 ( 64): mapped: 64K allocs: 1024 frees: 640 inuse: 384 num_freed_chunks 640 avail: 1024 rss: 64K releases: 0 last released: 0K region: 0x7b1000000000 05 ( 80): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 563 avail: 819 rss: 20K releases: 0 last released: 0K region: 0x7b1400000000 06 ( 96): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 426 avail: 682 rss: 20K releases: 0 last released: 0K region: 0x7b1800000000 07 ( 112): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 457 avail: 585 rss: 12K releases: 0 last released: 0K region: 0x7b1c00000000 08 ( 128): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 384 avail: 512 rss: 12K releases: 0 last released: 0K region: 0x7b2000000000 09 ( 144): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 327 avail: 455 rss: 4K releases: 0 last released: 0K region: 0x7b2400000000 10 ( 160): mapped: 64K allocs: 384 frees: 128 inuse: 256 num_freed_chunks 153 avail: 409 rss: 44K releases: 1 last released: 16K region: 0x7b2800000000 11 ( 176): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 244 avail: 372 rss: 4K releases: 0 last released: 0K region: 0x7b2c00000000 12 ( 192): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 213 avail: 341 rss: 8K releases: 0 last released: 0K region: 0x7b3000000000 13 ( 208): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 187 avail: 315 rss: 4K releases: 0 last released: 0K region: 0x7b3400000000 14 ( 224): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 164 avail: 292 rss: 4K releases: 0 last released: 0K region: 0x7b3800000000 15 ( 240): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 17 avail: 273 rss: 40K releases: 0 last released: 0K region: 0x7b3c00000000 16 ( 256): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 128 avail: 256 rss: 4K releases: 0 last released: 0K region: 0x7b4000000000 17 ( 320): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 76 avail: 204 rss: 24K releases: 0 last released: 0K region: 0x7b4400000000 18 ( 384): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 42 avail: 170 rss: 8K releases: 0 last released: 0K region: 0x7b4800000000 19 ( 448): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 18 avail: 146 rss: 4K releases: 0 last released: 0K region: 0x7b4c00000000 20 ( 512): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 0 avail: 128 rss: 8K releases: 0 last released: 0K region: 0x7b5000000000 21 ( 640): mapped: 64K allocs: 102 frees: 0 inuse: 102 num_freed_chunks 0 avail: 102 rss: 8K releases: 0 last released: 0K region: 0x7b5400000000 22 ( 768): mapped: 64K allocs: 85 frees: 0 inuse: 85 num_freed_chunks 0 avail: 85 rss: 4K releases: 0 last released: 0K region: 0x7b5800000000 23 ( 896): mapped: 64K allocs: 73 frees: 0 inuse: 73 num_freed_chunks 0 avail: 73 rss: 8K releases: 0 last released: 0K region: 0x7b5c00000000 24 ( 1024): mapped: 64K allocs: 64 frees: 0 inuse: 64 num_freed_chunks 0 avail: 64 rss: 8K releases: 0 last released: 0K region: 0x7b6000000000 25 ( 1280): mapped: 192K allocs: 153 frees: 51 inuse: 102 num_freed_chunks 51 avail: 153 rss: 124K releases: 1 last released: 60K region: 0x7b6400000000 26 ( 1536): mapped: 64K allocs: 42 frees: 0 inuse: 42 num_freed_chunks 0 avail: 42 rss: 4K releases: 0 last released: 0K region: 0x7b6800000000 27 ( 1792): mapped: 64K allocs: 36 frees: 0 inuse: 36 num_freed_chunks 0 avail: 36 rss: 4K releases: 0 last released: 0K region: 0x7b6c00000000 28 ( 2048): mapped: 64K allocs: 32 frees: 0 inuse: 32 num_freed_chunks 0 avail: 32 rss: 4K releases: 0 last released: 0K region: 0x7b7000000000 29 ( 2560): mapped: 64K allocs: 25 frees: 0 inuse: 25 num_freed_chunks 0 avail: 25 rss: 8K releases: 0 last released: 0K region: 0x7b7400000000 30 ( 3072): mapped: 64K allocs: 21 frees: 0 inuse: 21 num_freed_chunks 0 avail: 21 rss: 4K releases: 0 last released: 0K region: 0x7b7800000000 31 ( 3584): mapped: 64K allocs: 18 frees: 0 inuse: 18 num_freed_chunks 0 avail: 18 rss: 8K releases: 0 last released: 0K region: 0x7b7c00000000 32 ( 4096): mapped: 64K allocs: 16 frees: 0 inuse: 16 num_freed_chunks 0 avail: 16 rss: 28K releases: 0 last released: 0K region: 0x7b8000000000 33 ( 5120): mapped: 64K allocs: 12 frees: 0 inuse: 12 num_freed_chunks 0 avail: 12 rss: 16K releases: 0 last released: 0K region: 0x7b8400000000 34 ( 6144): mapped: 64K allocs: 10 frees: 0 inuse: 10 num_freed_chunks 0 avail: 10 rss: 12K releases: 0 last released: 0K region: 0x7b8800000000 35 ( 7168): mapped: 64K allocs: 9 frees: 0 inuse: 9 num_freed_chunks 0 avail: 9 rss: 36K releases: 0 last released: 0K region: 0x7b8c00000000 37 ( 10240): mapped: 64K allocs: 6 frees: 0 inuse: 6 num_freed_chunks 0 avail: 6 rss: 12K releases: 0 last released: 0K region: 0x7b9400000000 38 ( 12288): mapped: 64K allocs: 5 frees: 0 inuse: 5 num_freed_chunks 0 avail: 5 rss: 12K releases: 0 last released: 0K region: 0x7b9800000000 39 ( 14336): mapped: 64K allocs: 4 frees: 0 inuse: 4 num_freed_chunks 0 avail: 4 rss: 16K releases: 0 last released: 0K region: 0x7b9c00000000 42 ( 24576): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 16K releases: 0 last released: 0K region: 0x7ba800000000 43 ( 28672): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 28K releases: 0 last released: 0K region: 0x7bac00000000 44 ( 32768): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 32K releases: 0 last released: 0K region: 0x7bb000000000 45 ( 40960): mapped: 64K allocs: 1 frees: 0 inuse: 1 num_freed_chunks 0 avail: 1 rss: 4K releases: 0 last released: 0K region: 0x7bb400000000 Stats: LargeMmapAllocator: allocated 9 times, remains 0 (0 K) max 1 M; by size logs: 20:9; + [[ -n '' ]] + rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log 2024.08.31 06:54:21.420289 [ 735 ] {} KeeperServer: Can't start NON-SECURE keeper server in FIPS mode, please check the config. + rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log + : + data_path_config=--path=/var/lib/clickhouse/ + zstd --threads=0 + [[ -n '' ]] + '[' 1 -ne 0 ']' + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes' + zstd --threads=0 ================== WARNING: ThreadSanitizer: data race (pid=122218) Write of size 1 at 0x7b9c00007008 by main thread: #0 DB::ClientInfo::setInitialQuery() build_docker/./src/Interpreters/ClientInfo.cpp:196:16 (clickhouse+0x1687b4c4) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 DB::Context::setQueryKindInitial() build_docker/./src/Interpreters/Context.cpp:4674:17 (clickhouse+0x168048bd) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:731:21 (clickhouse+0xf2449be) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 (clickhouse+0xf23d765) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x1cfe713e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 (clickhouse+0xf24a928) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 main build_docker/./programs/main.cpp:498:21 (clickhouse+0x707dd18) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) Previous read of size 1 at 0x7b9c00007008 by thread T30: #0 DB::ClientInfo::ClientInfo(DB::ClientInfo const&) build_docker/./src/Interpreters/ClientInfo.h:29:7 (clickhouse+0xf0a3b0a) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 DB::ContextData::ContextData(DB::ContextData const&) build_docker/./src/Interpreters/Context.cpp:806:14 (clickhouse+0x167d114c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::Context::Context(DB::Context const&) build_docker/./src/Interpreters/Context.cpp:809:41 (clickhouse+0x167d3679) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::Context::createCopy(std::__1::shared_ptr const&) build_docker/./src/Interpreters/Context.cpp:844:53 (clickhouse+0x167d3679) #4 DB::Context::createCopy(std::__1::shared_ptr const&) build_docker/./src/Interpreters/Context.cpp:859:12 (clickhouse+0x167d3a1c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 DB::MergePlainMergeTreeTask::createTaskContext() const build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:167:20 (clickhouse+0x1928f404) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 DB::MergePlainMergeTreeTask::prepare() build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:89:20 (clickhouse+0x1928e68e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #7 DB::MergePlainMergeTreeTask::executeStep() build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:49:13 (clickhouse+0x1928e2d9) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #8 DB::MergeTreeBackgroundExecutor::routine(std::__1::shared_ptr) build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:282:42 (clickhouse+0x18da5208) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #9 DB::MergeTreeBackgroundExecutor::threadFunction() build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:348:13 (clickhouse+0x18da6114) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #10 DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()::operator()() const build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57:47 (clickhouse+0x18da83a1) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #11 decltype(std::declval::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>()()) std::__1::__invoke[abi:v15000]::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>(DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x18da83a1) #12 void std::__1::__invoke_void_return_wrapper::__call::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>(DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x18da83a1) #13 std::__1::__function::__default_alloc_func::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x18da83a1) #14 void std::__1::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x18da83a1) #15 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf05c4ee) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #16 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf05c4ee) #17 ThreadPoolImpl>::worker(std::__1::__list_iterator, void*>) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf05c4ee) #18 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf0608bc) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #19 decltype(std::declval()()) std::__1::__invoke[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf0608bc) #20 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0xf0608bc) #21 decltype(auto) std::__1::apply[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0xf0608bc) #22 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 (clickhouse+0xf0608bc) #23 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf060821) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #24 void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf060821) #25 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf060821) #26 void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf060821) #27 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf0587ce) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #28 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf0587ce) #29 ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf0587ce) #30 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf05e691) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #31 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf05e691) #32 void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 (clickhouse+0xf05e691) #33 void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 (clickhouse+0xf05e691) Location is heap block of size 12480 at 0x7b9c00007000 allocated by main thread: #0 operator new(unsigned long, std::align_val_t) (clickhouse+0x707bd9b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 DB::Context::createGlobal(DB::ContextSharedPart*) build_docker/./src/Interpreters/Context.cpp:822:41 (clickhouse+0x167d31cb) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:589:22 (clickhouse+0xf23fad4) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 (clickhouse+0xf23d765) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x1cfe713e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 (clickhouse+0xf24a928) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 main build_docker/./programs/main.cpp:498:21 (clickhouse+0x707dd18) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) Thread T30 'MergeMutate' (tid=122266, running) created by thread T16 at: #0 pthread_create (clickhouse+0x6ff582b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 std::__1::__libcpp_thread_create[abi:v15000](unsigned long*, void* (*)(void*), void*) build_docker/./contrib/llvm-project/libcxx/include/__threading_support:376:10 (clickhouse+0xf05dcde) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 std::__1::thread::thread::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'(), void>(void&&) build_docker/./contrib/llvm-project/libcxx/include/thread:311:16 (clickhouse+0xf05dcde) #3 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool) build_docker/./src/Common/ThreadPool.cpp:217:35 (clickhouse+0xf057541) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 ThreadPoolImpl::scheduleOrThrow(std::__1::function, Priority, unsigned long, bool) build_docker/./src/Common/ThreadPool.cpp:288:5 (clickhouse+0xf060326) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./src/Common/ThreadPool.h:203:38 (clickhouse+0xf060326) #6 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool) build_docker/./src/Common/ThreadPool.cpp:217:35 (clickhouse+0xf05a083) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #7 ThreadPoolImpl>::scheduleOrThrowOnError(std::__1::function, Priority) build_docker/./src/Common/ThreadPool.cpp:276:5 (clickhouse+0xf059caa) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #8 DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>) build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57:15 (clickhouse+0x18da2cb1) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #9 DB::MergeTreeBackgroundExecutor* std::__1::construct_at[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeBackgroundExecutor*>(DB::MergeTreeBackgroundExecutor*, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x1683915a) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #10 void std::__1::allocator_traits>>::construct[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void, void>(std::__1::allocator>&, DB::MergeTreeBackgroundExecutor*, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x16808252) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #11 std::__1::__shared_ptr_emplace, std::__1::allocator>>::__shared_ptr_emplace[abi:v15000] const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&>(std::__1::allocator>, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x16808252) #12 std::__1::shared_ptr> std::__1::allocate_shared[abi:v15000], std::__1::allocator>, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void>(std::__1::allocator> const&, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x16808252) #13 std::__1::shared_ptr> std::__1::make_shared[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void>(char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x16808252) #14 DB::Context::initializeBackgroundExecutorsIfNeeded() build_docker/./src/Interpreters/Context.cpp:5059:37 (clickhouse+0x16808252) #15 DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::MergeTreeData::MergingParams const&, std::__1::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::__1::function, std::__1::allocator> const&)>) build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:364:35 (clickhouse+0x18dabf78) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #16 DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::MergeTreeData::MergingParams const&, std::__1::unique_ptr>) build_docker/./src/Storages/StorageMergeTree.cpp:104:7 (clickhouse+0x19244189) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #17 DB::StorageMergeTree* std::__1::construct_at[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, DB::StorageMergeTree*>(DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x19243740) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #18 void std::__1::allocator_traits>::construct[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void, void>(std::__1::allocator&, DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x19243740) #19 std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>>(std::__1::allocator, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x19243740) #20 std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void>(std::__1::allocator const&, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x19243740) #21 std::__1::shared_ptr std::__1::make_shared[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void>(DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x1923ecca) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #22 DB::create(DB::StorageFactory::Arguments const&) build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:754:16 (clickhouse+0x1923ecca) #23 decltype(std::declval (*&)(DB::StorageFactory::Arguments const&)>()(std::declval())) std::__1::__invoke[abi:v15000] (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x15932643) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #24 std::__1::shared_ptr std::__1::__invoke_void_return_wrapper, false>::__call (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:470:16 (clickhouse+0x15932643) #25 std::__1::__function::__default_alloc_func (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr (DB::StorageFactory::Arguments const&)>::operator()[abi:v15000](DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x15932643) #26 std::__1::shared_ptr std::__1::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr (DB::StorageFactory::Arguments const&)>>(std::__1::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x15932643) #27 std::__1::__function::__policy_func (DB::StorageFactory::Arguments const&)>::operator()[abi:v15000](DB::StorageFactory::Arguments const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0x185d1bc5) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #28 std::__1::function (DB::StorageFactory::Arguments const&)>::operator()(DB::StorageFactory::Arguments const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0x185d1bc5) #29 DB::StorageFactory::get(DB::ASTCreateQuery const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::shared_ptr, std::__1::shared_ptr, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, DB::LoadingStrictnessLevel) const build_docker/./src/Storages/StorageFactory.cpp:224:16 (clickhouse+0x185d1bc5) #30 DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::shared_ptr, DB::LoadingStrictnessLevel) build_docker/./src/Databases/DatabaseOnDisk.cpp:120:36 (clickhouse+0x163de0e0) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #31 DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel) build_docker/./src/Databases/DatabaseOrdinary.cpp:245:36 (clickhouse+0x16410d9d) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #32 DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0::operator()(DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./src/Databases/DatabaseOrdinary.cpp:279:13 (clickhouse+0x1641aa0c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #33 decltype(std::declval, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&>()(std::declval(), std::declval const&>())) std::__1::__invoke[abi:v15000], std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x1641aa0c) #34 void std::__1::__invoke_void_return_wrapper::__call, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x1641aa0c) #35 std::__1::__function::__default_alloc_func, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr const&)>::operator()[abi:v15000](DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x1641aa0c) #36 void std::__1::__function::__policy_invoker const&)>::__call_impl, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr const&)>>(std::__1::__function::__policy_storage const*, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x1641aa0c) #37 std::__1::__function::__policy_func const&)>::operator()[abi:v15000](DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf1e7619) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #38 std::__1::function const&)>::operator()(DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf1e7619) #39 DB::LoadJob::execute(DB::AsyncLoader&, unsigned long, std::__1::shared_ptr const&) build_docker/./src/Common/AsyncLoader.cpp:168:5 (clickhouse+0xf1e7619) #40 DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) build_docker/./src/Common/AsyncLoader.cpp:936:18 (clickhouse+0xf1e7619) #41 DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0::operator()() const build_docker/./src/Common/AsyncLoader.cpp:872:5 (clickhouse+0xf1e84b2) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #42 decltype(std::declval&)::$_0&>()()) std::__1::__invoke[abi:v15000]&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf1e84b2) #43 void std::__1::__invoke_void_return_wrapper::__call&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf1e84b2) #44 std::__1::__function::__default_alloc_func&)::$_0, void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf1e84b2) #45 void std::__1::__function::__policy_invoker::__call_impl&)::$_0, void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf1e84b2) #46 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf05c4ee) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #47 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf05c4ee) #48 ThreadPoolImpl>::worker(std::__1::__list_iterator, void*>) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf05c4ee) #49 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf0608bc) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #50 decltype(std::declval()()) std::__1::__invoke[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf0608bc) #51 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0xf0608bc) #52 decltype(auto) std::__1::apply[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0xf0608bc) #53 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 (clickhouse+0xf0608bc) #54 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf060821) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #55 void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf060821) #56 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf060821) #57 void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf060821) #58 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf0587ce) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #59 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf0587ce) #60 ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf0587ce) #61 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf05e691) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #62 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf05e691) #63 void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 (clickhouse+0xf05e691) #64 void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 (clickhouse+0xf05e691) SUMMARY: ThreadSanitizer: data race build_docker/./src/Interpreters/ClientInfo.cpp:196:16 in DB::ClientInfo::setInitialQuery() ================== + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' + zstd --threads=0 ================== WARNING: ThreadSanitizer: data race (pid=122875) Write of size 1 at 0x7b9c00007008 by main thread: #0 DB::ClientInfo::setInitialQuery() build_docker/./src/Interpreters/ClientInfo.cpp:196:16 (clickhouse+0x1687b4c4) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 DB::Context::setQueryKindInitial() build_docker/./src/Interpreters/Context.cpp:4674:17 (clickhouse+0x168048bd) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:731:21 (clickhouse+0xf2449be) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 (clickhouse+0xf23d765) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x1cfe713e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 (clickhouse+0xf24a928) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 main build_docker/./programs/main.cpp:498:21 (clickhouse+0x707dd18) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) Previous read of size 1 at 0x7b9c00007008 by thread T30: #0 DB::ClientInfo::ClientInfo(DB::ClientInfo const&) build_docker/./src/Interpreters/ClientInfo.h:29:7 (clickhouse+0xf0a3b0a) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 DB::ContextData::ContextData(DB::ContextData const&) build_docker/./src/Interpreters/Context.cpp:806:14 (clickhouse+0x167d114c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::Context::Context(DB::Context const&) build_docker/./src/Interpreters/Context.cpp:809:41 (clickhouse+0x167d3679) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::Context::createCopy(std::__1::shared_ptr const&) build_docker/./src/Interpreters/Context.cpp:844:53 (clickhouse+0x167d3679) #4 DB::Context::createCopy(std::__1::shared_ptr const&) build_docker/./src/Interpreters/Context.cpp:859:12 (clickhouse+0x167d3a1c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 DB::MergePlainMergeTreeTask::createTaskContext() const build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:167:20 (clickhouse+0x1928f404) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 DB::MergePlainMergeTreeTask::prepare() build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:89:20 (clickhouse+0x1928e68e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #7 DB::MergePlainMergeTreeTask::executeStep() build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:49:13 (clickhouse+0x1928e2d9) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #8 DB::MergeTreeBackgroundExecutor::routine(std::__1::shared_ptr) build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:282:42 (clickhouse+0x18da5208) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #9 DB::MergeTreeBackgroundExecutor::threadFunction() build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:348:13 (clickhouse+0x18da6114) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #10 DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()::operator()() const build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57:47 (clickhouse+0x18da83a1) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #11 decltype(std::declval::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>()()) std::__1::__invoke[abi:v15000]::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>(DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x18da83a1) #12 void std::__1::__invoke_void_return_wrapper::__call::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>(DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x18da83a1) #13 std::__1::__function::__default_alloc_func::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x18da83a1) #14 void std::__1::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x18da83a1) #15 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf05c4ee) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #16 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf05c4ee) #17 ThreadPoolImpl>::worker(std::__1::__list_iterator, void*>) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf05c4ee) #18 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf0608bc) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #19 decltype(std::declval()()) std::__1::__invoke[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf0608bc) #20 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0xf0608bc) #21 decltype(auto) std::__1::apply[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0xf0608bc) #22 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 (clickhouse+0xf0608bc) #23 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf060821) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #24 void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf060821) #25 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf060821) #26 void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf060821) #27 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf0587ce) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #28 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf0587ce) #29 ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf0587ce) #30 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf05e691) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #31 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf05e691) #32 void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 (clickhouse+0xf05e691) #33 void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 (clickhouse+0xf05e691) Location is heap block of size 12480 at 0x7b9c00007000 allocated by main thread: #0 operator new(unsigned long, std::align_val_t) (clickhouse+0x707bd9b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 DB::Context::createGlobal(DB::ContextSharedPart*) build_docker/./src/Interpreters/Context.cpp:822:41 (clickhouse+0x167d31cb) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:589:22 (clickhouse+0xf23fad4) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 (clickhouse+0xf23d765) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x1cfe713e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 (clickhouse+0xf24a928) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 main build_docker/./programs/main.cpp:498:21 (clickhouse+0x707dd18) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) Thread T30 'MergeMutate' (tid=122907, running) created by thread T5 at: #0 pthread_create (clickhouse+0x6ff582b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 std::__1::__libcpp_thread_create[abi:v15000](unsigned long*, void* (*)(void*), void*) build_docker/./contrib/llvm-project/libcxx/include/__threading_support:376:10 (clickhouse+0xf05dcde) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 std::__1::thread::thread::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'(), void>(void&&) build_docker/./contrib/llvm-project/libcxx/include/thread:311:16 (clickhouse+0xf05dcde) #3 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool) build_docker/./src/Common/ThreadPool.cpp:217:35 (clickhouse+0xf057541) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 ThreadPoolImpl::scheduleOrThrow(std::__1::function, Priority, unsigned long, bool) build_docker/./src/Common/ThreadPool.cpp:288:5 (clickhouse+0xf060326) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./src/Common/ThreadPool.h:203:38 (clickhouse+0xf060326) #6 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool) build_docker/./src/Common/ThreadPool.cpp:217:35 (clickhouse+0xf05a083) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #7 ThreadPoolImpl>::scheduleOrThrowOnError(std::__1::function, Priority) build_docker/./src/Common/ThreadPool.cpp:276:5 (clickhouse+0xf059caa) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #8 DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>) build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57:15 (clickhouse+0x18da2cb1) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #9 DB::MergeTreeBackgroundExecutor* std::__1::construct_at[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeBackgroundExecutor*>(DB::MergeTreeBackgroundExecutor*, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x1683915a) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #10 void std::__1::allocator_traits>>::construct[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void, void>(std::__1::allocator>&, DB::MergeTreeBackgroundExecutor*, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x16808252) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #11 std::__1::__shared_ptr_emplace, std::__1::allocator>>::__shared_ptr_emplace[abi:v15000] const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&>(std::__1::allocator>, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x16808252) #12 std::__1::shared_ptr> std::__1::allocate_shared[abi:v15000], std::__1::allocator>, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void>(std::__1::allocator> const&, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x16808252) #13 std::__1::shared_ptr> std::__1::make_shared[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void>(char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x16808252) #14 DB::Context::initializeBackgroundExecutorsIfNeeded() build_docker/./src/Interpreters/Context.cpp:5059:37 (clickhouse+0x16808252) #15 DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::MergeTreeData::MergingParams const&, std::__1::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::__1::function, std::__1::allocator> const&)>) build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:364:35 (clickhouse+0x18dabf78) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #16 DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::MergeTreeData::MergingParams const&, std::__1::unique_ptr>) build_docker/./src/Storages/StorageMergeTree.cpp:104:7 (clickhouse+0x19244189) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #17 DB::StorageMergeTree* std::__1::construct_at[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, DB::StorageMergeTree*>(DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x19243740) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #18 void std::__1::allocator_traits>::construct[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void, void>(std::__1::allocator&, DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x19243740) #19 std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>>(std::__1::allocator, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x19243740) #20 std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void>(std::__1::allocator const&, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x19243740) #21 std::__1::shared_ptr std::__1::make_shared[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void>(DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x1923ecca) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #22 DB::create(DB::StorageFactory::Arguments const&) build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:754:16 (clickhouse+0x1923ecca) #23 decltype(std::declval (*&)(DB::StorageFactory::Arguments const&)>()(std::declval())) std::__1::__invoke[abi:v15000] (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x15932643) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #24 std::__1::shared_ptr std::__1::__invoke_void_return_wrapper, false>::__call (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:470:16 (clickhouse+0x15932643) #25 std::__1::__function::__default_alloc_func (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr (DB::StorageFactory::Arguments const&)>::operator()[abi:v15000](DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x15932643) #26 std::__1::shared_ptr std::__1::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr (DB::StorageFactory::Arguments const&)>>(std::__1::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x15932643) #27 std::__1::__function::__policy_func (DB::StorageFactory::Arguments const&)>::operator()[abi:v15000](DB::StorageFactory::Arguments const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0x185d1bc5) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #28 std::__1::function (DB::StorageFactory::Arguments const&)>::operator()(DB::StorageFactory::Arguments const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0x185d1bc5) #29 DB::StorageFactory::get(DB::ASTCreateQuery const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::shared_ptr, std::__1::shared_ptr, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, DB::LoadingStrictnessLevel) const build_docker/./src/Storages/StorageFactory.cpp:224:16 (clickhouse+0x185d1bc5) #30 DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::shared_ptr, DB::LoadingStrictnessLevel) build_docker/./src/Databases/DatabaseOnDisk.cpp:120:36 (clickhouse+0x163de0e0) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #31 DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel) build_docker/./src/Databases/DatabaseOrdinary.cpp:245:36 (clickhouse+0x16410d9d) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #32 DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0::operator()(DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./src/Databases/DatabaseOrdinary.cpp:279:13 (clickhouse+0x1641aa0c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #33 decltype(std::declval, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&>()(std::declval(), std::declval const&>())) std::__1::__invoke[abi:v15000], std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x1641aa0c) #34 void std::__1::__invoke_void_return_wrapper::__call, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x1641aa0c) #35 std::__1::__function::__default_alloc_func, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr const&)>::operator()[abi:v15000](DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x1641aa0c) #36 void std::__1::__function::__policy_invoker const&)>::__call_impl, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr const&)>>(std::__1::__function::__policy_storage const*, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x1641aa0c) #37 std::__1::__function::__policy_func const&)>::operator()[abi:v15000](DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf1e7619) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #38 std::__1::function const&)>::operator()(DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf1e7619) #39 DB::LoadJob::execute(DB::AsyncLoader&, unsigned long, std::__1::shared_ptr const&) build_docker/./src/Common/AsyncLoader.cpp:168:5 (clickhouse+0xf1e7619) #40 DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) build_docker/./src/Common/AsyncLoader.cpp:936:18 (clickhouse+0xf1e7619) #41 DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0::operator()() const build_docker/./src/Common/AsyncLoader.cpp:872:5 (clickhouse+0xf1e84b2) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #42 decltype(std::declval&)::$_0&>()()) std::__1::__invoke[abi:v15000]&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf1e84b2) #43 void std::__1::__invoke_void_return_wrapper::__call&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf1e84b2) #44 std::__1::__function::__default_alloc_func&)::$_0, void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf1e84b2) #45 void std::__1::__function::__policy_invoker::__call_impl&)::$_0, void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf1e84b2) #46 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf05c4ee) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #47 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf05c4ee) #48 ThreadPoolImpl>::worker(std::__1::__list_iterator, void*>) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf05c4ee) #49 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf0608bc) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #50 decltype(std::declval()()) std::__1::__invoke[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf0608bc) #51 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0xf0608bc) #52 decltype(auto) std::__1::apply[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0xf0608bc) #53 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 (clickhouse+0xf0608bc) #54 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf060821) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #55 void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf060821) #56 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf060821) #57 void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf060821) #58 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf0587ce) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #59 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf0587ce) #60 ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf0587ce) #61 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf05e691) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #62 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf05e691) #63 void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 (clickhouse+0xf05e691) #64 void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 (clickhouse+0xf05e691) SUMMARY: ThreadSanitizer: data race build_docker/./src/Interpreters/ClientInfo.cpp:196:16 in DB::ClientInfo::setInitialQuery() ================== + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes' + zstd --threads=0 ================== WARNING: ThreadSanitizer: data race (pid=123520) Write of size 1 at 0x7b9c00007008 by main thread: #0 DB::ClientInfo::setInitialQuery() build_docker/./src/Interpreters/ClientInfo.cpp:196:16 (clickhouse+0x1687b4c4) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 DB::Context::setQueryKindInitial() build_docker/./src/Interpreters/Context.cpp:4674:17 (clickhouse+0x168048bd) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:731:21 (clickhouse+0xf2449be) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 (clickhouse+0xf23d765) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x1cfe713e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 (clickhouse+0xf24a928) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 main build_docker/./programs/main.cpp:498:21 (clickhouse+0x707dd18) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) Previous read of size 1 at 0x7b9c00007008 by thread T34: #0 DB::ClientInfo::ClientInfo(DB::ClientInfo const&) build_docker/./src/Interpreters/ClientInfo.h:29:7 (clickhouse+0xf0a3b0a) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 DB::ContextData::ContextData(DB::ContextData const&) build_docker/./src/Interpreters/Context.cpp:806:14 (clickhouse+0x167d114c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::Context::Context(DB::Context const&) build_docker/./src/Interpreters/Context.cpp:809:41 (clickhouse+0x167d3679) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::Context::createCopy(std::__1::shared_ptr const&) build_docker/./src/Interpreters/Context.cpp:844:53 (clickhouse+0x167d3679) #4 DB::Context::createCopy(std::__1::shared_ptr const&) build_docker/./src/Interpreters/Context.cpp:859:12 (clickhouse+0x167d3a1c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 DB::MergePlainMergeTreeTask::createTaskContext() const build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:167:20 (clickhouse+0x1928f404) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 DB::MergePlainMergeTreeTask::prepare() build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:89:20 (clickhouse+0x1928e68e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #7 DB::MergePlainMergeTreeTask::executeStep() build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:49:13 (clickhouse+0x1928e2d9) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #8 DB::MergeTreeBackgroundExecutor::routine(std::__1::shared_ptr) build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:282:42 (clickhouse+0x18da5208) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #9 DB::MergeTreeBackgroundExecutor::threadFunction() build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:348:13 (clickhouse+0x18da6114) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #10 DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()::operator()() const build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57:47 (clickhouse+0x18da83a1) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #11 decltype(std::declval::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>()()) std::__1::__invoke[abi:v15000]::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>(DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x18da83a1) #12 void std::__1::__invoke_void_return_wrapper::__call::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>(DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x18da83a1) #13 std::__1::__function::__default_alloc_func::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x18da83a1) #14 void std::__1::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x18da83a1) #15 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf05c4ee) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #16 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf05c4ee) #17 ThreadPoolImpl>::worker(std::__1::__list_iterator, void*>) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf05c4ee) #18 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf0608bc) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #19 decltype(std::declval()()) std::__1::__invoke[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf0608bc) #20 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0xf0608bc) #21 decltype(auto) std::__1::apply[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0xf0608bc) #22 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 (clickhouse+0xf0608bc) #23 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf060821) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #24 void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf060821) #25 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf060821) #26 void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf060821) #27 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf0587ce) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #28 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf0587ce) #29 ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf0587ce) #30 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf05e691) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #31 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf05e691) #32 void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 (clickhouse+0xf05e691) #33 void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 (clickhouse+0xf05e691) Location is heap block of size 12480 at 0x7b9c00007000 allocated by main thread: #0 operator new(unsigned long, std::align_val_t) (clickhouse+0x707bd9b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 DB::Context::createGlobal(DB::ContextSharedPart*) build_docker/./src/Interpreters/Context.cpp:822:41 (clickhouse+0x167d31cb) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:589:22 (clickhouse+0xf23fad4) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 (clickhouse+0xf23d765) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x1cfe713e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 (clickhouse+0xf24a928) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 main build_docker/./programs/main.cpp:498:21 (clickhouse+0x707dd18) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) Thread T34 'MergeMutate' (tid=123556, running) created by thread T15 at: #0 pthread_create (clickhouse+0x6ff582b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 std::__1::__libcpp_thread_create[abi:v15000](unsigned long*, void* (*)(void*), void*) build_docker/./contrib/llvm-project/libcxx/include/__threading_support:376:10 (clickhouse+0xf05dcde) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 std::__1::thread::thread::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'(), void>(void&&) build_docker/./contrib/llvm-project/libcxx/include/thread:311:16 (clickhouse+0xf05dcde) #3 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool) build_docker/./src/Common/ThreadPool.cpp:217:35 (clickhouse+0xf057541) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 ThreadPoolImpl::scheduleOrThrow(std::__1::function, Priority, unsigned long, bool) build_docker/./src/Common/ThreadPool.cpp:288:5 (clickhouse+0xf060326) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./src/Common/ThreadPool.h:203:38 (clickhouse+0xf060326) #6 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool) build_docker/./src/Common/ThreadPool.cpp:217:35 (clickhouse+0xf05a083) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #7 ThreadPoolImpl>::scheduleOrThrowOnError(std::__1::function, Priority) build_docker/./src/Common/ThreadPool.cpp:276:5 (clickhouse+0xf059caa) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #8 DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>) build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57:15 (clickhouse+0x18d9ec9c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #9 DB::MergeTreeBackgroundExecutor* std::__1::construct_at[abi:v15000], char const (&) [5], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, DB::MergeTreeBackgroundExecutor*>(DB::MergeTreeBackgroundExecutor*, char const (&) [5], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x1683945e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #10 void std::__1::allocator_traits>>::construct[abi:v15000], char const (&) [5], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, void, void>(std::__1::allocator>&, DB::MergeTreeBackgroundExecutor*, char const (&) [5], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x1680875e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #11 std::__1::__shared_ptr_emplace, std::__1::allocator>>::__shared_ptr_emplace[abi:v15000] const&, StrongTypedef const&>(std::__1::allocator>, char const (&) [5], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x1680875e) #12 std::__1::shared_ptr> std::__1::allocate_shared[abi:v15000], std::__1::allocator>, char const (&) [5], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, void>(std::__1::allocator> const&, char const (&) [5], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x1680875e) #13 std::__1::shared_ptr> std::__1::make_shared[abi:v15000], char const (&) [5], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, void>(char const (&) [5], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x1680875e) #14 DB::Context::initializeBackgroundExecutorsIfNeeded() build_docker/./src/Interpreters/Context.cpp:5071:30 (clickhouse+0x1680875e) #15 DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::MergeTreeData::MergingParams const&, std::__1::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::__1::function, std::__1::allocator> const&)>) build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:364:35 (clickhouse+0x18dabf78) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #16 DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::MergeTreeData::MergingParams const&, std::__1::unique_ptr>) build_docker/./src/Storages/StorageMergeTree.cpp:104:7 (clickhouse+0x19244189) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #17 DB::StorageMergeTree* std::__1::construct_at[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, DB::StorageMergeTree*>(DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x19243740) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #18 void std::__1::allocator_traits>::construct[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void, void>(std::__1::allocator&, DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x19243740) #19 std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>>(std::__1::allocator, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x19243740) #20 std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void>(std::__1::allocator const&, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x19243740) #21 std::__1::shared_ptr std::__1::make_shared[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void>(DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x1923ecca) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #22 DB::create(DB::StorageFactory::Arguments const&) build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:754:16 (clickhouse+0x1923ecca) #23 decltype(std::declval (*&)(DB::StorageFactory::Arguments const&)>()(std::declval())) std::__1::__invoke[abi:v15000] (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x15932643) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #24 std::__1::shared_ptr std::__1::__invoke_void_return_wrapper, false>::__call (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:470:16 (clickhouse+0x15932643) #25 std::__1::__function::__default_alloc_func (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr (DB::StorageFactory::Arguments const&)>::operator()[abi:v15000](DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x15932643) #26 std::__1::shared_ptr std::__1::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr (DB::StorageFactory::Arguments const&)>>(std::__1::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x15932643) #27 std::__1::__function::__policy_func (DB::StorageFactory::Arguments const&)>::operator()[abi:v15000](DB::StorageFactory::Arguments const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0x185d1bc5) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #28 std::__1::function (DB::StorageFactory::Arguments const&)>::operator()(DB::StorageFactory::Arguments const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0x185d1bc5) #29 DB::StorageFactory::get(DB::ASTCreateQuery const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::shared_ptr, std::__1::shared_ptr, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, DB::LoadingStrictnessLevel) const build_docker/./src/Storages/StorageFactory.cpp:224:16 (clickhouse+0x185d1bc5) #30 DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::shared_ptr, DB::LoadingStrictnessLevel) build_docker/./src/Databases/DatabaseOnDisk.cpp:120:36 (clickhouse+0x163de0e0) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #31 DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel) build_docker/./src/Databases/DatabaseOrdinary.cpp:245:36 (clickhouse+0x16410d9d) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #32 DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0::operator()(DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./src/Databases/DatabaseOrdinary.cpp:279:13 (clickhouse+0x1641aa0c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #33 decltype(std::declval, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&>()(std::declval(), std::declval const&>())) std::__1::__invoke[abi:v15000], std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x1641aa0c) #34 void std::__1::__invoke_void_return_wrapper::__call, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x1641aa0c) #35 std::__1::__function::__default_alloc_func, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr const&)>::operator()[abi:v15000](DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x1641aa0c) #36 void std::__1::__function::__policy_invoker const&)>::__call_impl, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr const&)>>(std::__1::__function::__policy_storage const*, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x1641aa0c) #37 std::__1::__function::__policy_func const&)>::operator()[abi:v15000](DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf1e7619) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #38 std::__1::function const&)>::operator()(DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf1e7619) #39 DB::LoadJob::execute(DB::AsyncLoader&, unsigned long, std::__1::shared_ptr const&) build_docker/./src/Common/AsyncLoader.cpp:168:5 (clickhouse+0xf1e7619) #40 DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) build_docker/./src/Common/AsyncLoader.cpp:936:18 (clickhouse+0xf1e7619) #41 DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0::operator()() const build_docker/./src/Common/AsyncLoader.cpp:872:5 (clickhouse+0xf1e84b2) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #42 decltype(std::declval&)::$_0&>()()) std::__1::__invoke[abi:v15000]&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf1e84b2) #43 void std::__1::__invoke_void_return_wrapper::__call&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf1e84b2) #44 std::__1::__function::__default_alloc_func&)::$_0, void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf1e84b2) #45 void std::__1::__function::__policy_invoker::__call_impl&)::$_0, void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf1e84b2) #46 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf05c4ee) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #47 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf05c4ee) #48 ThreadPoolImpl>::worker(std::__1::__list_iterator, void*>) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf05c4ee) #49 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf0608bc) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #50 decltype(std::declval()()) std::__1::__invoke[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf0608bc) #51 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0xf0608bc) #52 decltype(auto) std::__1::apply[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0xf0608bc) #53 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 (clickhouse+0xf0608bc) #54 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf060821) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #55 void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf060821) #56 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf060821) #57 void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf060821) #58 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf0587ce) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #59 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf0587ce) #60 ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf0587ce) #61 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf05e691) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #62 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf05e691) #63 void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 (clickhouse+0xf05e691) #64 void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 (clickhouse+0xf05e691) SUMMARY: ThreadSanitizer: data race build_docker/./src/Interpreters/ClientInfo.cpp:196:16 in DB::ClientInfo::setInitialQuery() ================== + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' + zstd --threads=0 ================== WARNING: ThreadSanitizer: data race (pid=124161) Write of size 1 at 0x7b9c00007008 by main thread: #0 DB::ClientInfo::setInitialQuery() build_docker/./src/Interpreters/ClientInfo.cpp:196:16 (clickhouse+0x1687b4c4) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 DB::Context::setQueryKindInitial() build_docker/./src/Interpreters/Context.cpp:4674:17 (clickhouse+0x168048bd) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:731:21 (clickhouse+0xf2449be) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 (clickhouse+0xf23d765) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x1cfe713e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 (clickhouse+0xf24a928) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 main build_docker/./programs/main.cpp:498:21 (clickhouse+0x707dd18) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) Previous read of size 1 at 0x7b9c00007008 by thread T28: #0 DB::ClientInfo::ClientInfo(DB::ClientInfo const&) build_docker/./src/Interpreters/ClientInfo.h:29:7 (clickhouse+0xf0a3b0a) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 DB::ContextData::ContextData(DB::ContextData const&) build_docker/./src/Interpreters/Context.cpp:806:14 (clickhouse+0x167d114c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::Context::Context(DB::Context const&) build_docker/./src/Interpreters/Context.cpp:809:41 (clickhouse+0x167d3679) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::Context::createCopy(std::__1::shared_ptr const&) build_docker/./src/Interpreters/Context.cpp:844:53 (clickhouse+0x167d3679) #4 DB::Context::createCopy(std::__1::shared_ptr const&) build_docker/./src/Interpreters/Context.cpp:859:12 (clickhouse+0x167d3a1c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 DB::MergePlainMergeTreeTask::createTaskContext() const build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:167:20 (clickhouse+0x1928f404) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 DB::MergePlainMergeTreeTask::prepare() build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:89:20 (clickhouse+0x1928e68e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #7 DB::MergePlainMergeTreeTask::executeStep() build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:49:13 (clickhouse+0x1928e2d9) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #8 DB::MergeTreeBackgroundExecutor::routine(std::__1::shared_ptr) build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:282:42 (clickhouse+0x18da5208) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #9 DB::MergeTreeBackgroundExecutor::threadFunction() build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:348:13 (clickhouse+0x18da6114) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #10 DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()::operator()() const build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57:47 (clickhouse+0x18da83a1) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #11 decltype(std::declval::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>()()) std::__1::__invoke[abi:v15000]::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>(DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x18da83a1) #12 void std::__1::__invoke_void_return_wrapper::__call::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>(DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x18da83a1) #13 std::__1::__function::__default_alloc_func::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x18da83a1) #14 void std::__1::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x18da83a1) #15 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf05c4ee) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #16 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf05c4ee) #17 ThreadPoolImpl>::worker(std::__1::__list_iterator, void*>) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf05c4ee) #18 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf0608bc) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #19 decltype(std::declval()()) std::__1::__invoke[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf0608bc) #20 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0xf0608bc) #21 decltype(auto) std::__1::apply[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0xf0608bc) #22 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 (clickhouse+0xf0608bc) #23 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf060821) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #24 void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf060821) #25 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf060821) #26 void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf060821) #27 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf0587ce) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #28 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf0587ce) #29 ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf0587ce) #30 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf05e691) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #31 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf05e691) #32 void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 (clickhouse+0xf05e691) #33 void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 (clickhouse+0xf05e691) Location is heap block of size 12480 at 0x7b9c00007000 allocated by main thread: #0 operator new(unsigned long, std::align_val_t) (clickhouse+0x707bd9b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 DB::Context::createGlobal(DB::ContextSharedPart*) build_docker/./src/Interpreters/Context.cpp:822:41 (clickhouse+0x167d31cb) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:589:22 (clickhouse+0xf23fad4) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 (clickhouse+0xf23d765) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x1cfe713e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 (clickhouse+0xf24a928) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 main build_docker/./programs/main.cpp:498:21 (clickhouse+0x707dd18) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) Thread T28 'MergeMutate' (tid=124191, running) created by thread T9 at: #0 pthread_create (clickhouse+0x6ff582b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 std::__1::__libcpp_thread_create[abi:v15000](unsigned long*, void* (*)(void*), void*) build_docker/./contrib/llvm-project/libcxx/include/__threading_support:376:10 (clickhouse+0xf05dcde) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 std::__1::thread::thread::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'(), void>(void&&) build_docker/./contrib/llvm-project/libcxx/include/thread:311:16 (clickhouse+0xf05dcde) #3 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool) build_docker/./src/Common/ThreadPool.cpp:217:35 (clickhouse+0xf057541) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 ThreadPoolImpl::scheduleOrThrow(std::__1::function, Priority, unsigned long, bool) build_docker/./src/Common/ThreadPool.cpp:288:5 (clickhouse+0xf060326) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./src/Common/ThreadPool.h:203:38 (clickhouse+0xf060326) #6 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool) build_docker/./src/Common/ThreadPool.cpp:217:35 (clickhouse+0xf05a083) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #7 ThreadPoolImpl>::scheduleOrThrowOnError(std::__1::function, Priority) build_docker/./src/Common/ThreadPool.cpp:276:5 (clickhouse+0xf059caa) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #8 DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>) build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57:15 (clickhouse+0x18da2cb1) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #9 DB::MergeTreeBackgroundExecutor* std::__1::construct_at[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeBackgroundExecutor*>(DB::MergeTreeBackgroundExecutor*, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x1683915a) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #10 void std::__1::allocator_traits>>::construct[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void, void>(std::__1::allocator>&, DB::MergeTreeBackgroundExecutor*, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x16808252) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #11 std::__1::__shared_ptr_emplace, std::__1::allocator>>::__shared_ptr_emplace[abi:v15000] const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&>(std::__1::allocator>, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x16808252) #12 std::__1::shared_ptr> std::__1::allocate_shared[abi:v15000], std::__1::allocator>, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void>(std::__1::allocator> const&, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x16808252) #13 std::__1::shared_ptr> std::__1::make_shared[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void>(char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x16808252) #14 DB::Context::initializeBackgroundExecutorsIfNeeded() build_docker/./src/Interpreters/Context.cpp:5059:37 (clickhouse+0x16808252) #15 DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::MergeTreeData::MergingParams const&, std::__1::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::__1::function, std::__1::allocator> const&)>) build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:364:35 (clickhouse+0x18dabf78) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #16 DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::MergeTreeData::MergingParams const&, std::__1::unique_ptr>) build_docker/./src/Storages/StorageMergeTree.cpp:104:7 (clickhouse+0x19244189) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #17 DB::StorageMergeTree* std::__1::construct_at[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, DB::StorageMergeTree*>(DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x19243740) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #18 void std::__1::allocator_traits>::construct[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void, void>(std::__1::allocator&, DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x19243740) #19 std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>>(std::__1::allocator, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x19243740) #20 std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void>(std::__1::allocator const&, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x19243740) #21 std::__1::shared_ptr std::__1::make_shared[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void>(DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x1923ecca) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #22 DB::create(DB::StorageFactory::Arguments const&) build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:754:16 (clickhouse+0x1923ecca) #23 decltype(std::declval (*&)(DB::StorageFactory::Arguments const&)>()(std::declval())) std::__1::__invoke[abi:v15000] (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x15932643) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #24 std::__1::shared_ptr std::__1::__invoke_void_return_wrapper, false>::__call (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:470:16 (clickhouse+0x15932643) #25 std::__1::__function::__default_alloc_func (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr (DB::StorageFactory::Arguments const&)>::operator()[abi:v15000](DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x15932643) #26 std::__1::shared_ptr std::__1::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr (DB::StorageFactory::Arguments const&)>>(std::__1::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x15932643) #27 std::__1::__function::__policy_func (DB::StorageFactory::Arguments const&)>::operator()[abi:v15000](DB::StorageFactory::Arguments const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0x185d1bc5) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #28 std::__1::function (DB::StorageFactory::Arguments const&)>::operator()(DB::StorageFactory::Arguments const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0x185d1bc5) #29 DB::StorageFactory::get(DB::ASTCreateQuery const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::shared_ptr, std::__1::shared_ptr, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, DB::LoadingStrictnessLevel) const build_docker/./src/Storages/StorageFactory.cpp:224:16 (clickhouse+0x185d1bc5) #30 DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::shared_ptr, DB::LoadingStrictnessLevel) build_docker/./src/Databases/DatabaseOnDisk.cpp:120:36 (clickhouse+0x163de0e0) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #31 DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel) build_docker/./src/Databases/DatabaseOrdinary.cpp:245:36 (clickhouse+0x16410d9d) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #32 DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0::operator()(DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./src/Databases/DatabaseOrdinary.cpp:279:13 (clickhouse+0x1641aa0c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #33 decltype(std::declval, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&>()(std::declval(), std::declval const&>())) std::__1::__invoke[abi:v15000], std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x1641aa0c) #34 void std::__1::__invoke_void_return_wrapper::__call, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x1641aa0c) #35 std::__1::__function::__default_alloc_func, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr const&)>::operator()[abi:v15000](DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x1641aa0c) #36 void std::__1::__function::__policy_invoker const&)>::__call_impl, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr const&)>>(std::__1::__function::__policy_storage const*, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x1641aa0c) #37 std::__1::__function::__policy_func const&)>::operator()[abi:v15000](DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf1e7619) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #38 std::__1::function const&)>::operator()(DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf1e7619) #39 DB::LoadJob::execute(DB::AsyncLoader&, unsigned long, std::__1::shared_ptr const&) build_docker/./src/Common/AsyncLoader.cpp:168:5 (clickhouse+0xf1e7619) #40 DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) build_docker/./src/Common/AsyncLoader.cpp:936:18 (clickhouse+0xf1e7619) #41 DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0::operator()() const build_docker/./src/Common/AsyncLoader.cpp:872:5 (clickhouse+0xf1e84b2) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #42 decltype(std::declval&)::$_0&>()()) std::__1::__invoke[abi:v15000]&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf1e84b2) #43 void std::__1::__invoke_void_return_wrapper::__call&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf1e84b2) #44 std::__1::__function::__default_alloc_func&)::$_0, void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf1e84b2) #45 void std::__1::__function::__policy_invoker::__call_impl&)::$_0, void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf1e84b2) #46 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf05c4ee) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #47 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf05c4ee) #48 ThreadPoolImpl>::worker(std::__1::__list_iterator, void*>) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf05c4ee) #49 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf0608bc) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #50 decltype(std::declval()()) std::__1::__invoke[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf0608bc) #51 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0xf0608bc) #52 decltype(auto) std::__1::apply[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0xf0608bc) #53 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 (clickhouse+0xf0608bc) #54 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf060821) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #55 void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf060821) #56 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf060821) #57 void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf060821) #58 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf0587ce) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #59 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf0587ce) #60 ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf0587ce) #61 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf05e691) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #62 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf05e691) #63 void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 (clickhouse+0xf05e691) #64 void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 (clickhouse+0xf05e691) SUMMARY: ThreadSanitizer: data race build_docker/./src/Interpreters/ClientInfo.cpp:196:16 in DB::ClientInfo::setInitialQuery() ================== + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes' + zstd --threads=0 ================== WARNING: ThreadSanitizer: data race (pid=124805) Read of size 1 at 0x7b9c0000906f by thread T22: #0 std::__1::basic_string, std::__1::allocator>::__is_long[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/string:1499:33 (clickhouse+0xef5a6e8) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 std::__1::basic_string, std::__1::allocator>::basic_string(std::__1::basic_string, std::__1::allocator> const&) build_docker/./contrib/llvm-project/libcxx/include/string:2012:16 (clickhouse+0xef5a6e8) #2 DateLUT::extractTimezoneFromContext(std::__1::shared_ptr) build_docker/./src/Common/DateLUT.cpp:170:12 (clickhouse+0xef5a6e8) #3 DateLUT::instance() build_docker/./src/Common/DateLUT.h:46:41 (clickhouse+0x1620ccd2) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 DB::SerializationDate* std::__1::construct_at[abi:v15000](DB::SerializationDate*) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x1620ccd2) #5 void std::__1::allocator_traits>::construct[abi:v15000](std::__1::allocator&, DB::SerializationDate*) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x1620c91b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000]<>(std::__1::allocator) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x1620c91b) #7 std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], void>(std::__1::allocator const&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x1620c91b) #8 std::__1::shared_ptr std::__1::make_shared[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x1620c49c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #9 DB::DataTypeDate::doGetDefaultSerialization() const build_docker/./src/DataTypes/DataTypeDate.cpp:15:12 (clickhouse+0x1620c49c) #10 DB::IDataType::getDefaultSerialization() const build_docker/./src/DataTypes/IDataType.cpp:223:12 (clickhouse+0x162a89fd) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #11 DB::IDataType::getSerialization(DB::ISerialization::Kind) const build_docker/./src/DataTypes/IDataType.cpp:236:12 (clickhouse+0x162a89fd) #12 DB::IDataType::getSerialization(DB::SerializationInfo const&) const build_docker/./src/DataTypes/IDataType.cpp:241:12 (clickhouse+0x162a8b2a) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #13 DB::IDataType::getSerialization(DB::NameAndTypePair const&, DB::SerializationInfo const&) build_docker/./src/DataTypes/IDataType.cpp:254:25 (clickhouse+0x162a8c9a) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #14 DB::IMergeTreeReader::getSerializationInPart(DB::NameAndTypePair const&) const build_docker/./src/Storages/MergeTree/IMergeTreeReader.cpp:233:16 (clickhouse+0x18fe7a52) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #15 DB::IMergeTreeReader::IMergeTreeReader(std::__1::shared_ptr, DB::NamesAndTypesList const&, std::__1::unordered_map, std::__1::allocator>, DB::Field, std::__1::hash, std::__1::allocator>>, std::__1::equal_to, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, DB::Field>>> const&, std::__1::shared_ptr const&, DB::UncompressedCache*, DB::MarkCache*, DB::MarkRanges const&, DB::MergeTreeReaderSettings const&, std::__1::map, std::__1::allocator>, double, std::__1::less, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, double>>> const&) build_docker/./src/Storages/MergeTree/IMergeTreeReader.cpp:60:37 (clickhouse+0x18fe7172) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #16 DB::MergeTreeReaderCompact::MergeTreeReaderCompact(std::__1::shared_ptr, DB::NamesAndTypesList, std::__1::unordered_map, std::__1::allocator>, DB::Field, std::__1::hash, std::__1::allocator>>, std::__1::equal_to, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, DB::Field>>> const&, std::__1::shared_ptr const&, DB::UncompressedCache*, DB::MarkCache*, DB::MarkRanges, DB::MergeTreeReaderSettings, std::__1::map, std::__1::allocator>, double, std::__1::less, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, double>>>, std::__1::function const&, int) build_docker/./src/Storages/MergeTree/MergeTreeReaderCompact.cpp:27:7 (clickhouse+0x18fe16e0) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #17 DB::MergeTreeReaderCompactSingleBuffer::MergeTreeReaderCompactSingleBuffer&, DB::NamesAndTypesList const&, std::__1::unordered_map, std::__1::allocator>, DB::Field, std::__1::hash, std::__1::allocator>>, std::__1::equal_to, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, DB::Field>>> const&, std::__1::shared_ptr const&, DB::UncompressedCache*&, DB::MarkCache*&, DB::MarkRanges const&, DB::MergeTreeReaderSettings const&, std::__1::map, std::__1::allocator>, double, std::__1::less, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, double>>> const&, std::__1::function const&, int>(std::__1::shared_ptr&, DB::NamesAndTypesList const&, std::__1::unordered_map, std::__1::allocator>, DB::Field, std::__1::hash, std::__1::allocator>>, std::__1::equal_to, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, DB::Field>>> const&, std::__1::shared_ptr const&, DB::UncompressedCache*&, DB::MarkCache*&, DB::MarkRanges const&, DB::MergeTreeReaderSettings const&, std::__1::map, std::__1::allocator>, double, std::__1::less, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, double>>> const&, std::__1::function const&, int&&) build_docker/./src/Storages/MergeTree/MergeTreeReaderCompactSingleBuffer.h:16:11 (clickhouse+0x18ea87d1) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #18 std::__1::__unique_if::__unique_single std::__1::make_unique[abi:v15000]&, DB::NamesAndTypesList const&, std::__1::unordered_map, std::__1::allocator>, DB::Field, std::__1::hash, std::__1::allocator>>, std::__1::equal_to, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, DB::Field>>> const&, std::__1::shared_ptr const&, DB::UncompressedCache*&, DB::MarkCache*&, DB::MarkRanges const&, DB::MergeTreeReaderSettings const&, std::__1::map, std::__1::allocator>, double, std::__1::less, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, double>>> const&, std::__1::function const&, int>(std::__1::shared_ptr&, DB::NamesAndTypesList const&, std::__1::unordered_map, std::__1::allocator>, DB::Field, std::__1::hash, std::__1::allocator>>, std::__1::equal_to, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, DB::Field>>> const&, std::__1::shared_ptr const&, DB::UncompressedCache*&, DB::MarkCache*&, DB::MarkRanges const&, DB::MergeTreeReaderSettings const&, std::__1::map, std::__1::allocator>, double, std::__1::less, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, double>>> const&, std::__1::function const&, int&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714:32 (clickhouse+0x18ea4ce6) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #19 DB::MergeTreeDataPartCompact::getReader(DB::NamesAndTypesList const&, std::__1::shared_ptr const&, DB::MarkRanges const&, std::__1::unordered_map, std::__1::allocator>, DB::Field, std::__1::hash, std::__1::allocator>>, std::__1::equal_to, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, DB::Field>>> const&, DB::UncompressedCache*, DB::MarkCache*, std::__1::shared_ptr const&, DB::MergeTreeReaderSettings const&, std::__1::map, std::__1::allocator>, double, std::__1::less, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, double>>> const&, std::__1::function const&) const build_docker/./src/Storages/MergeTree/MergeTreeDataPartCompact.cpp:43:12 (clickhouse+0x18ea4ce6) #20 DB::MergeTreeSequentialSource::MergeTreeSequentialSource(DB::MergeTreeSequentialSourceType, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>, std::__1::optional, bool, bool, bool, bool) build_docker/./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:182:25 (clickhouse+0x19000ced) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #21 DB::MergeTreeSequentialSource* std::__1::construct_at[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>&, std::__1::optional, bool, bool&, bool&, bool&, DB::MergeTreeSequentialSource*>(DB::MergeTreeSequentialSource*, DB::MergeTreeSequentialSourceType&, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>&, std::__1::optional&&, bool&&, bool&, bool&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x190041b3) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #22 void std::__1::allocator_traits>::construct[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>&, std::__1::optional, bool, bool&, bool&, bool&, void, void>(std::__1::allocator&, DB::MergeTreeSequentialSource*, DB::MergeTreeSequentialSourceType&, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>&, std::__1::optional&&, bool&&, bool&, bool&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x19003022) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #23 std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>&, std::__1::optional, bool, bool&, bool&, bool&>(std::__1::allocator, DB::MergeTreeSequentialSourceType&, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>&, std::__1::optional&&, bool&&, bool&, bool&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x19003022) #24 std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::MergeTreeSequentialSourceType&, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>&, std::__1::optional, bool, bool&, bool&, bool&, void>(std::__1::allocator const&, DB::MergeTreeSequentialSourceType&, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>&, std::__1::optional&&, bool&&, bool&, bool&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x19003022) #25 std::__1::shared_ptr std::__1::make_shared[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>&, std::__1::optional, bool, bool&, bool&, bool&, void>(DB::MergeTreeSequentialSourceType&, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>&, std::__1::optional&&, bool&&, bool&, bool&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x19003022) #26 DB::createMergeTreeSequentialSource(DB::MergeTreeSequentialSourceType, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>, std::__1::optional, bool, bool, bool, bool, std::__1::shared_ptr>) build_docker/./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:317:31 (clickhouse+0x19003022) #27 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream() build_docker/./src/Storages/MergeTree/MergeTask.cpp:939:21 (clickhouse+0x18d7ee5c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #28 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::prepare() build_docker/./src/Storages/MergeTree/MergeTask.cpp:334:5 (clickhouse+0x18d7b412) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #29 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::execute() build_docker/./src/Storages/MergeTree/MergeTask.cpp:438:9 (clickhouse+0x18d82a3b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #30 DB::MergeTask::execute() build_docker/./src/Storages/MergeTree/MergeTask.cpp:889:29 (clickhouse+0x18d89868) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #31 DB::MergePlainMergeTreeTask::executeStep() build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:57:33 (clickhouse+0x1928e30d) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #32 DB::MergeTreeBackgroundExecutor::routine(std::__1::shared_ptr) build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:282:42 (clickhouse+0x18da5208) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #33 DB::MergeTreeBackgroundExecutor::threadFunction() build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:348:13 (clickhouse+0x18da6114) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #34 DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()::operator()() const build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57:47 (clickhouse+0x18da83a1) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #35 decltype(std::declval::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>()()) std::__1::__invoke[abi:v15000]::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>(DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x18da83a1) #36 void std::__1::__invoke_void_return_wrapper::__call::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>(DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x18da83a1) #37 std::__1::__function::__default_alloc_func::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x18da83a1) #38 void std::__1::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x18da83a1) #39 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf05c4ee) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #40 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf05c4ee) #41 ThreadPoolImpl>::worker(std::__1::__list_iterator, void*>) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf05c4ee) #42 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf0608bc) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #43 decltype(std::declval()()) std::__1::__invoke[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf0608bc) #44 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0xf0608bc) #45 decltype(auto) std::__1::apply[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0xf0608bc) #46 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 (clickhouse+0xf0608bc) #47 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf060821) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #48 void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf060821) #49 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf060821) #50 void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf060821) #51 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf0587ce) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #52 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf0587ce) #53 ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf0587ce) #54 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf05e691) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #55 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf05e691) #56 void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 (clickhouse+0xf05e691) #57 void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 (clickhouse+0xf05e691) Previous write of size 8 at 0x7b9c00009068 by main thread: #0 __tsan_memcpy (clickhouse+0x6ff14b7) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 std::__1::basic_string, std::__1::allocator>::operator=(std::__1::basic_string, std::__1::allocator> const&) FunctionFQDN.cpp (clickhouse+0x708d4e5) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::SettingFieldTimezone::operator=(DB::SettingFieldTimezone const&) build_docker/./src/Core/SettingsFields.h:472:8 (clickhouse+0x167998fb) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::SettingsTraits::Data::operator=(DB::SettingsTraits::Data const&) build_docker/./src/Core/Settings.h:1221:1 (clickhouse+0x167998fb) #4 DB::BaseSettings::operator=(DB::BaseSettings const&) build_docker/./src/Core/BaseSettings.h:56:60 (clickhouse+0x167e6f9f) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 DB::Settings::operator=(DB::Settings const&) build_docker/./src/Core/Settings.h:1227:8 (clickhouse+0x167e6f9f) #6 DB::Context::setSettings(DB::Settings const&) build_docker/./src/Interpreters/Context.cpp:2078:14 (clickhouse+0x167e6f9f) #7 DB::ClientBase::adjustSettings() build_docker/./src/Client/ClientBase.cpp:722:21 (clickhouse+0x193b4e8f) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #8 DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:472:5 (clickhouse+0xf23d76d) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #9 Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x1cfe713e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #10 mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 (clickhouse+0xf24a928) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #11 main build_docker/./programs/main.cpp:498:21 (clickhouse+0x707dd18) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) Location is heap block of size 12480 at 0x7b9c00007000 allocated by main thread: #0 operator new(unsigned long, std::align_val_t) (clickhouse+0x707bd9b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 DB::Context::createGlobal(DB::ContextSharedPart*) build_docker/./src/Interpreters/Context.cpp:822:41 (clickhouse+0x167d31cb) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:589:22 (clickhouse+0xf23fad4) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 (clickhouse+0xf23d765) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x1cfe713e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 (clickhouse+0xf24a928) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 main build_docker/./programs/main.cpp:498:21 (clickhouse+0x707dd18) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) Thread T22 'MergeMutate' (tid=124829, running) created by thread T15 at: #0 pthread_create (clickhouse+0x6ff582b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 std::__1::__libcpp_thread_create[abi:v15000](unsigned long*, void* (*)(void*), void*) build_docker/./contrib/llvm-project/libcxx/include/__threading_support:376:10 (clickhouse+0xf05dcde) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 std::__1::thread::thread::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'(), void>(void&&) build_docker/./contrib/llvm-project/libcxx/include/thread:311:16 (clickhouse+0xf05dcde) #3 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool) build_docker/./src/Common/ThreadPool.cpp:217:35 (clickhouse+0xf057541) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 ThreadPoolImpl::scheduleOrThrow(std::__1::function, Priority, unsigned long, bool) build_docker/./src/Common/ThreadPool.cpp:288:5 (clickhouse+0xf060326) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./src/Common/ThreadPool.h:203:38 (clickhouse+0xf060326) #6 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool) build_docker/./src/Common/ThreadPool.cpp:217:35 (clickhouse+0xf05a083) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #7 ThreadPoolImpl>::scheduleOrThrowOnError(std::__1::function, Priority) build_docker/./src/Common/ThreadPool.cpp:276:5 (clickhouse+0xf059caa) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #8 DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>) build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57:15 (clickhouse+0x18da2cb1) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #9 DB::MergeTreeBackgroundExecutor* std::__1::construct_at[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeBackgroundExecutor*>(DB::MergeTreeBackgroundExecutor*, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x1683915a) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #10 void std::__1::allocator_traits>>::construct[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void, void>(std::__1::allocator>&, DB::MergeTreeBackgroundExecutor*, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x16808252) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #11 std::__1::__shared_ptr_emplace, std::__1::allocator>>::__shared_ptr_emplace[abi:v15000] const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&>(std::__1::allocator>, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x16808252) #12 std::__1::shared_ptr> std::__1::allocate_shared[abi:v15000], std::__1::allocator>, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void>(std::__1::allocator> const&, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x16808252) #13 std::__1::shared_ptr> std::__1::make_shared[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void>(char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x16808252) #14 DB::Context::initializeBackgroundExecutorsIfNeeded() build_docker/./src/Interpreters/Context.cpp:5059:37 (clickhouse+0x16808252) #15 DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::MergeTreeData::MergingParams const&, std::__1::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::__1::function, std::__1::allocator> const&)>) build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:364:35 (clickhouse+0x18dabf78) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #16 DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::MergeTreeData::MergingParams const&, std::__1::unique_ptr>) build_docker/./src/Storages/StorageMergeTree.cpp:104:7 (clickhouse+0x19244189) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #17 DB::StorageMergeTree* std::__1::construct_at[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, DB::StorageMergeTree*>(DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x19243740) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #18 void std::__1::allocator_traits>::construct[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void, void>(std::__1::allocator&, DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x19243740) #19 std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>>(std::__1::allocator, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x19243740) #20 std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void>(std::__1::allocator const&, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x19243740) #21 std::__1::shared_ptr std::__1::make_shared[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void>(DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x1923ecca) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #22 DB::create(DB::StorageFactory::Arguments const&) build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:754:16 (clickhouse+0x1923ecca) #23 decltype(std::declval (*&)(DB::StorageFactory::Arguments const&)>()(std::declval())) std::__1::__invoke[abi:v15000] (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x15932643) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #24 std::__1::shared_ptr std::__1::__invoke_void_return_wrapper, false>::__call (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:470:16 (clickhouse+0x15932643) #25 std::__1::__function::__default_alloc_func (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr (DB::StorageFactory::Arguments const&)>::operator()[abi:v15000](DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x15932643) #26 std::__1::shared_ptr std::__1::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr (DB::StorageFactory::Arguments const&)>>(std::__1::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x15932643) #27 std::__1::__function::__policy_func (DB::StorageFactory::Arguments const&)>::operator()[abi:v15000](DB::StorageFactory::Arguments const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0x185d1bc5) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #28 std::__1::function (DB::StorageFactory::Arguments const&)>::operator()(DB::StorageFactory::Arguments const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0x185d1bc5) #29 DB::StorageFactory::get(DB::ASTCreateQuery const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::shared_ptr, std::__1::shared_ptr, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, DB::LoadingStrictnessLevel) const build_docker/./src/Storages/StorageFactory.cpp:224:16 (clickhouse+0x185d1bc5) #30 DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::shared_ptr, DB::LoadingStrictnessLevel) build_docker/./src/Databases/DatabaseOnDisk.cpp:120:36 (clickhouse+0x163de0e0) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #31 DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel) build_docker/./src/Databases/DatabaseOrdinary.cpp:245:36 (clickhouse+0x16410d9d) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #32 DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0::operator()(DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./src/Databases/DatabaseOrdinary.cpp:279:13 (clickhouse+0x1641aa0c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #33 decltype(std::declval, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&>()(std::declval(), std::declval const&>())) std::__1::__invoke[abi:v15000], std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x1641aa0c) #34 void std::__1::__invoke_void_return_wrapper::__call, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x1641aa0c) #35 std::__1::__function::__default_alloc_func, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr const&)>::operator()[abi:v15000](DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x1641aa0c) #36 void std::__1::__function::__policy_invoker const&)>::__call_impl, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr const&)>>(std::__1::__function::__policy_storage const*, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x1641aa0c) #37 std::__1::__function::__policy_func const&)>::operator()[abi:v15000](DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf1e7619) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #38 std::__1::function const&)>::operator()(DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf1e7619) #39 DB::LoadJob::execute(DB::AsyncLoader&, unsigned long, std::__1::shared_ptr const&) build_docker/./src/Common/AsyncLoader.cpp:168:5 (clickhouse+0xf1e7619) #40 DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) build_docker/./src/Common/AsyncLoader.cpp:936:18 (clickhouse+0xf1e7619) #41 DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0::operator()() const build_docker/./src/Common/AsyncLoader.cpp:872:5 (clickhouse+0xf1e84b2) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #42 decltype(std::declval&)::$_0&>()()) std::__1::__invoke[abi:v15000]&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf1e84b2) #43 void std::__1::__invoke_void_return_wrapper::__call&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf1e84b2) #44 std::__1::__function::__default_alloc_func&)::$_0, void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf1e84b2) #45 void std::__1::__function::__policy_invoker::__call_impl&)::$_0, void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf1e84b2) #46 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf05c4ee) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #47 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf05c4ee) #48 ThreadPoolImpl>::worker(std::__1::__list_iterator, void*>) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf05c4ee) #49 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf0608bc) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #50 decltype(std::declval()()) std::__1::__invoke[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf0608bc) #51 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0xf0608bc) #52 decltype(auto) std::__1::apply[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0xf0608bc) #53 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 (clickhouse+0xf0608bc) #54 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf060821) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #55 void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf060821) #56 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf060821) #57 void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf060821) #58 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf0587ce) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #59 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf0587ce) #60 ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf0587ce) #61 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf05e691) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #62 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf05e691) #63 void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 (clickhouse+0xf05e691) #64 void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 (clickhouse+0xf05e691) SUMMARY: ThreadSanitizer: data race build_docker/./contrib/llvm-project/libcxx/include/string:1499:33 in std::__1::basic_string, std::__1::allocator>::__is_long[abi:v15000]() const ================== + [[ -n '' ]] + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''CPU'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 ================== WARNING: ThreadSanitizer: data race (pid=125449) Write of size 1 at 0x7b9c00007008 by main thread: #0 DB::ClientInfo::setInitialQuery() build_docker/./src/Interpreters/ClientInfo.cpp:196:16 (clickhouse+0x1687b4c4) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 DB::Context::setQueryKindInitial() build_docker/./src/Interpreters/Context.cpp:4674:17 (clickhouse+0x168048bd) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:731:21 (clickhouse+0xf2449be) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 (clickhouse+0xf23d765) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x1cfe713e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 (clickhouse+0xf24a928) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 main build_docker/./programs/main.cpp:498:21 (clickhouse+0x707dd18) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) Previous read of size 1 at 0x7b9c00007008 by thread T26: #0 DB::ClientInfo::ClientInfo(DB::ClientInfo const&) build_docker/./src/Interpreters/ClientInfo.h:29:7 (clickhouse+0xf0a3b0a) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 DB::ContextData::ContextData(DB::ContextData const&) build_docker/./src/Interpreters/Context.cpp:806:14 (clickhouse+0x167d114c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::Context::Context(DB::Context const&) build_docker/./src/Interpreters/Context.cpp:809:41 (clickhouse+0x167d3679) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::Context::createCopy(std::__1::shared_ptr const&) build_docker/./src/Interpreters/Context.cpp:844:53 (clickhouse+0x167d3679) #4 DB::Context::createCopy(std::__1::shared_ptr const&) build_docker/./src/Interpreters/Context.cpp:859:12 (clickhouse+0x167d3a1c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 DB::MergePlainMergeTreeTask::createTaskContext() const build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:167:20 (clickhouse+0x1928f404) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 DB::MergePlainMergeTreeTask::prepare() build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:89:20 (clickhouse+0x1928e68e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #7 DB::MergePlainMergeTreeTask::executeStep() build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:49:13 (clickhouse+0x1928e2d9) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #8 DB::MergeTreeBackgroundExecutor::routine(std::__1::shared_ptr) build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:282:42 (clickhouse+0x18da5208) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #9 DB::MergeTreeBackgroundExecutor::threadFunction() build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:348:13 (clickhouse+0x18da6114) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #10 DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()::operator()() const build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57:47 (clickhouse+0x18da83a1) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #11 decltype(std::declval::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>()()) std::__1::__invoke[abi:v15000]::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>(DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x18da83a1) #12 void std::__1::__invoke_void_return_wrapper::__call::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>(DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x18da83a1) #13 std::__1::__function::__default_alloc_func::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x18da83a1) #14 void std::__1::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x18da83a1) #15 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf05c4ee) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #16 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf05c4ee) #17 ThreadPoolImpl>::worker(std::__1::__list_iterator, void*>) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf05c4ee) #18 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf0608bc) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #19 decltype(std::declval()()) std::__1::__invoke[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf0608bc) #20 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0xf0608bc) #21 decltype(auto) std::__1::apply[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0xf0608bc) #22 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 (clickhouse+0xf0608bc) #23 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf060821) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #24 void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf060821) #25 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf060821) #26 void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf060821) #27 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf0587ce) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #28 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf0587ce) #29 ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf0587ce) #30 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf05e691) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #31 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf05e691) #32 void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 (clickhouse+0xf05e691) #33 void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 (clickhouse+0xf05e691) Location is heap block of size 12480 at 0x7b9c00007000 allocated by main thread: #0 operator new(unsigned long, std::align_val_t) (clickhouse+0x707bd9b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 DB::Context::createGlobal(DB::ContextSharedPart*) build_docker/./src/Interpreters/Context.cpp:822:41 (clickhouse+0x167d31cb) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:589:22 (clickhouse+0xf23fad4) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 (clickhouse+0xf23d765) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x1cfe713e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 (clickhouse+0xf24a928) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 main build_docker/./programs/main.cpp:498:21 (clickhouse+0x707dd18) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) Thread T26 'MergeMutate' (tid=125477, running) created by thread T14 at: #0 pthread_create (clickhouse+0x6ff582b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 std::__1::__libcpp_thread_create[abi:v15000](unsigned long*, void* (*)(void*), void*) build_docker/./contrib/llvm-project/libcxx/include/__threading_support:376:10 (clickhouse+0xf05dcde) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 std::__1::thread::thread::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'(), void>(void&&) build_docker/./contrib/llvm-project/libcxx/include/thread:311:16 (clickhouse+0xf05dcde) #3 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool) build_docker/./src/Common/ThreadPool.cpp:217:35 (clickhouse+0xf057541) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 ThreadPoolImpl::scheduleOrThrow(std::__1::function, Priority, unsigned long, bool) build_docker/./src/Common/ThreadPool.cpp:288:5 (clickhouse+0xf060326) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./src/Common/ThreadPool.h:203:38 (clickhouse+0xf060326) #6 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool) build_docker/./src/Common/ThreadPool.cpp:217:35 (clickhouse+0xf05a083) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #7 ThreadPoolImpl>::scheduleOrThrowOnError(std::__1::function, Priority) build_docker/./src/Common/ThreadPool.cpp:276:5 (clickhouse+0xf059caa) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #8 DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>) build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57:15 (clickhouse+0x18da2cb1) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #9 DB::MergeTreeBackgroundExecutor* std::__1::construct_at[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeBackgroundExecutor*>(DB::MergeTreeBackgroundExecutor*, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x1683915a) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #10 void std::__1::allocator_traits>>::construct[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void, void>(std::__1::allocator>&, DB::MergeTreeBackgroundExecutor*, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x16808252) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #11 std::__1::__shared_ptr_emplace, std::__1::allocator>>::__shared_ptr_emplace[abi:v15000] const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&>(std::__1::allocator>, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x16808252) #12 std::__1::shared_ptr> std::__1::allocate_shared[abi:v15000], std::__1::allocator>, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void>(std::__1::allocator> const&, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x16808252) #13 std::__1::shared_ptr> std::__1::make_shared[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void>(char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x16808252) #14 DB::Context::initializeBackgroundExecutorsIfNeeded() build_docker/./src/Interpreters/Context.cpp:5059:37 (clickhouse+0x16808252) #15 DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::MergeTreeData::MergingParams const&, std::__1::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::__1::function, std::__1::allocator> const&)>) build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:364:35 (clickhouse+0x18dabf78) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #16 DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::MergeTreeData::MergingParams const&, std::__1::unique_ptr>) build_docker/./src/Storages/StorageMergeTree.cpp:104:7 (clickhouse+0x19244189) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #17 DB::StorageMergeTree* std::__1::construct_at[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, DB::StorageMergeTree*>(DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x19243740) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #18 void std::__1::allocator_traits>::construct[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void, void>(std::__1::allocator&, DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x19243740) #19 std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>>(std::__1::allocator, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x19243740) #20 std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void>(std::__1::allocator const&, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x19243740) #21 std::__1::shared_ptr std::__1::make_shared[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void>(DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x1923ecca) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #22 DB::create(DB::StorageFactory::Arguments const&) build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:754:16 (clickhouse+0x1923ecca) #23 decltype(std::declval (*&)(DB::StorageFactory::Arguments const&)>()(std::declval())) std::__1::__invoke[abi:v15000] (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x15932643) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #24 std::__1::shared_ptr std::__1::__invoke_void_return_wrapper, false>::__call (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:470:16 (clickhouse+0x15932643) #25 std::__1::__function::__default_alloc_func (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr (DB::StorageFactory::Arguments const&)>::operator()[abi:v15000](DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x15932643) #26 std::__1::shared_ptr std::__1::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr (DB::StorageFactory::Arguments const&)>>(std::__1::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x15932643) #27 std::__1::__function::__policy_func (DB::StorageFactory::Arguments const&)>::operator()[abi:v15000](DB::StorageFactory::Arguments const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0x185d1bc5) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #28 std::__1::function (DB::StorageFactory::Arguments const&)>::operator()(DB::StorageFactory::Arguments const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0x185d1bc5) #29 DB::StorageFactory::get(DB::ASTCreateQuery const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::shared_ptr, std::__1::shared_ptr, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, DB::LoadingStrictnessLevel) const build_docker/./src/Storages/StorageFactory.cpp:224:16 (clickhouse+0x185d1bc5) #30 DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::shared_ptr, DB::LoadingStrictnessLevel) build_docker/./src/Databases/DatabaseOnDisk.cpp:120:36 (clickhouse+0x163de0e0) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #31 DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel) build_docker/./src/Databases/DatabaseOrdinary.cpp:245:36 (clickhouse+0x16410d9d) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #32 DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0::operator()(DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./src/Databases/DatabaseOrdinary.cpp:279:13 (clickhouse+0x1641aa0c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #33 decltype(std::declval, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&>()(std::declval(), std::declval const&>())) std::__1::__invoke[abi:v15000], std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x1641aa0c) #34 void std::__1::__invoke_void_return_wrapper::__call, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x1641aa0c) #35 std::__1::__function::__default_alloc_func, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr const&)>::operator()[abi:v15000](DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x1641aa0c) #36 void std::__1::__function::__policy_invoker const&)>::__call_impl, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr const&)>>(std::__1::__function::__policy_storage const*, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x1641aa0c) #37 std::__1::__function::__policy_func const&)>::operator()[abi:v15000](DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf1e7619) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #38 std::__1::function const&)>::operator()(DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf1e7619) #39 DB::LoadJob::execute(DB::AsyncLoader&, unsigned long, std::__1::shared_ptr const&) build_docker/./src/Common/AsyncLoader.cpp:168:5 (clickhouse+0xf1e7619) #40 DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) build_docker/./src/Common/AsyncLoader.cpp:936:18 (clickhouse+0xf1e7619) #41 DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0::operator()() const build_docker/./src/Common/AsyncLoader.cpp:872:5 (clickhouse+0xf1e84b2) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #42 decltype(std::declval&)::$_0&>()()) std::__1::__invoke[abi:v15000]&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf1e84b2) #43 void std::__1::__invoke_void_return_wrapper::__call&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf1e84b2) #44 std::__1::__function::__default_alloc_func&)::$_0, void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf1e84b2) #45 void std::__1::__function::__policy_invoker::__call_impl&)::$_0, void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf1e84b2) #46 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf05c4ee) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #47 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf05c4ee) #48 ThreadPoolImpl>::worker(std::__1::__list_iterator, void*>) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf05c4ee) #49 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf0608bc) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #50 decltype(std::declval()()) std::__1::__invoke[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf0608bc) #51 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0xf0608bc) #52 decltype(auto) std::__1::apply[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0xf0608bc) #53 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 (clickhouse+0xf0608bc) #54 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf060821) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #55 void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf060821) #56 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf060821) #57 void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf060821) #58 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf0587ce) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #59 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf0587ce) #60 ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf0587ce) #61 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf05e691) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #62 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf05e691) #63 void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 (clickhouse+0xf05e691) #64 void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 (clickhouse+0xf05e691) SUMMARY: ThreadSanitizer: data race build_docker/./src/Interpreters/ClientInfo.cpp:196:16 in DB::ClientInfo::setInitialQuery() ================== + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Memory'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 ================== WARNING: ThreadSanitizer: data race (pid=126094) Read of size 1 at 0x7b9c00008bbf by thread T17: #0 std::__1::basic_string, std::__1::allocator>::__is_long[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/string:1499:33 (clickhouse+0x1680a81f) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 std::__1::basic_string, std::__1::allocator>::__get_pointer[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/string:1620:17 (clickhouse+0x1680a81f) #2 std::__1::basic_string, std::__1::allocator>::data[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/string:1279:73 (clickhouse+0x1680a81f) #3 std::__1::basic_string, std::__1::allocator>::operator std::__1::basic_string_view>[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/string:903:65 (clickhouse+0x1680a81f) #4 DB::Context::getReadSettings() const build_docker/./src/Interpreters/Context.cpp:5183:40 (clickhouse+0x1680a81f) #5 DB::MergeTreeSequentialSource::MergeTreeSequentialSource(DB::MergeTreeSequentialSourceType, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>, std::__1::optional, bool, bool, bool, bool) build_docker/./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:151:43 (clickhouse+0x19000791) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 DB::MergeTreeSequentialSource* std::__1::construct_at[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>&, std::__1::optional, bool, bool&, bool&, bool&, DB::MergeTreeSequentialSource*>(DB::MergeTreeSequentialSource*, DB::MergeTreeSequentialSourceType&, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>&, std::__1::optional&&, bool&&, bool&, bool&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x190041b3) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #7 void std::__1::allocator_traits>::construct[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>&, std::__1::optional, bool, bool&, bool&, bool&, void, void>(std::__1::allocator&, DB::MergeTreeSequentialSource*, DB::MergeTreeSequentialSourceType&, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>&, std::__1::optional&&, bool&&, bool&, bool&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x19003022) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #8 std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>&, std::__1::optional, bool, bool&, bool&, bool&>(std::__1::allocator, DB::MergeTreeSequentialSourceType&, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>&, std::__1::optional&&, bool&&, bool&, bool&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x19003022) #9 std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::MergeTreeSequentialSourceType&, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>&, std::__1::optional, bool, bool&, bool&, bool&, void>(std::__1::allocator const&, DB::MergeTreeSequentialSourceType&, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>&, std::__1::optional&&, bool&&, bool&, bool&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x19003022) #10 std::__1::shared_ptr std::__1::make_shared[abi:v15000] const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>&, std::__1::optional, bool, bool&, bool&, bool&, void>(DB::MergeTreeSequentialSourceType&, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr&, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>&, std::__1::optional&&, bool&&, bool&, bool&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x19003022) #11 DB::createMergeTreeSequentialSource(DB::MergeTreeSequentialSourceType, DB::MergeTreeData const&, std::__1::shared_ptr const&, std::__1::shared_ptr, std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>, std::__1::optional, bool, bool, bool, bool, std::__1::shared_ptr>) build_docker/./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:317:31 (clickhouse+0x19003022) #12 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream() build_docker/./src/Storages/MergeTree/MergeTask.cpp:939:21 (clickhouse+0x18d7ee5c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #13 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::prepare() build_docker/./src/Storages/MergeTree/MergeTask.cpp:334:5 (clickhouse+0x18d7b412) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #14 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::execute() build_docker/./src/Storages/MergeTree/MergeTask.cpp:438:9 (clickhouse+0x18d82a3b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #15 DB::MergeTask::execute() build_docker/./src/Storages/MergeTree/MergeTask.cpp:889:29 (clickhouse+0x18d89868) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #16 DB::MergePlainMergeTreeTask::executeStep() build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:57:33 (clickhouse+0x1928e30d) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #17 DB::MergeTreeBackgroundExecutor::routine(std::__1::shared_ptr) build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:282:42 (clickhouse+0x18da5208) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #18 DB::MergeTreeBackgroundExecutor::threadFunction() build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:348:13 (clickhouse+0x18da6114) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #19 DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()::operator()() const build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57:47 (clickhouse+0x18da83a1) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #20 decltype(std::declval::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>()()) std::__1::__invoke[abi:v15000]::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>(DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x18da83a1) #21 void std::__1::__invoke_void_return_wrapper::__call::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>(DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x18da83a1) #22 std::__1::__function::__default_alloc_func::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x18da83a1) #23 void std::__1::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x18da83a1) #24 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf05c4ee) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #25 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf05c4ee) #26 ThreadPoolImpl>::worker(std::__1::__list_iterator, void*>) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf05c4ee) #27 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf0608bc) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #28 decltype(std::declval()()) std::__1::__invoke[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf0608bc) #29 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0xf0608bc) #30 decltype(auto) std::__1::apply[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0xf0608bc) #31 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 (clickhouse+0xf0608bc) #32 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf060821) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #33 void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf060821) #34 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf060821) #35 void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf060821) #36 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf0587ce) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #37 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf0587ce) #38 ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf0587ce) #39 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf05e691) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #40 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf05e691) #41 void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 (clickhouse+0xf05e691) #42 void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 (clickhouse+0xf05e691) Previous write of size 8 at 0x7b9c00008bb8 by main thread: #0 __tsan_memcpy (clickhouse+0x6ff14b7) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 std::__1::basic_string, std::__1::allocator>::operator=(std::__1::basic_string, std::__1::allocator> const&) FunctionFQDN.cpp (clickhouse+0x708d4e5) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::SettingFieldString::operator=(DB::SettingFieldString const&) build_docker/./src/Core/SettingsFields.h:220:8 (clickhouse+0x16799526) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::SettingsTraits::Data::operator=(DB::SettingsTraits::Data const&) build_docker/./src/Core/Settings.h:1221:1 (clickhouse+0x16799526) #4 DB::BaseSettings::operator=(DB::BaseSettings const&) build_docker/./src/Core/BaseSettings.h:56:60 (clickhouse+0x167e6f9f) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 DB::Settings::operator=(DB::Settings const&) build_docker/./src/Core/Settings.h:1227:8 (clickhouse+0x167e6f9f) #6 DB::Context::setSettings(DB::Settings const&) build_docker/./src/Interpreters/Context.cpp:2078:14 (clickhouse+0x167e6f9f) #7 DB::ClientBase::adjustSettings() build_docker/./src/Client/ClientBase.cpp:722:21 (clickhouse+0x193b4e8f) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #8 DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:472:5 (clickhouse+0xf23d76d) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #9 Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x1cfe713e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #10 mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 (clickhouse+0xf24a928) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #11 main build_docker/./programs/main.cpp:498:21 (clickhouse+0x707dd18) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) Location is heap block of size 12480 at 0x7b9c00007000 allocated by main thread: #0 operator new(unsigned long, std::align_val_t) (clickhouse+0x707bd9b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 DB::Context::createGlobal(DB::ContextSharedPart*) build_docker/./src/Interpreters/Context.cpp:822:41 (clickhouse+0x167d31cb) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:589:22 (clickhouse+0xf23fad4) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 (clickhouse+0xf23d765) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x1cfe713e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 (clickhouse+0xf24a928) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 main build_docker/./programs/main.cpp:498:21 (clickhouse+0x707dd18) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) Thread T17 'MergeMutate' (tid=126113, running) created by thread T13 at: #0 pthread_create (clickhouse+0x6ff582b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 std::__1::__libcpp_thread_create[abi:v15000](unsigned long*, void* (*)(void*), void*) build_docker/./contrib/llvm-project/libcxx/include/__threading_support:376:10 (clickhouse+0xf05dcde) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 std::__1::thread::thread::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'(), void>(void&&) build_docker/./contrib/llvm-project/libcxx/include/thread:311:16 (clickhouse+0xf05dcde) #3 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool) build_docker/./src/Common/ThreadPool.cpp:217:35 (clickhouse+0xf057541) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 ThreadPoolImpl::scheduleOrThrow(std::__1::function, Priority, unsigned long, bool) build_docker/./src/Common/ThreadPool.cpp:288:5 (clickhouse+0xf060326) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./src/Common/ThreadPool.h:203:38 (clickhouse+0xf060326) #6 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool) build_docker/./src/Common/ThreadPool.cpp:217:35 (clickhouse+0xf05a083) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #7 ThreadPoolImpl>::scheduleOrThrowOnError(std::__1::function, Priority) build_docker/./src/Common/ThreadPool.cpp:276:5 (clickhouse+0xf059caa) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #8 DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>) build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57:15 (clickhouse+0x18da2cb1) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #9 DB::MergeTreeBackgroundExecutor* std::__1::construct_at[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeBackgroundExecutor*>(DB::MergeTreeBackgroundExecutor*, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x1683915a) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #10 void std::__1::allocator_traits>>::construct[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void, void>(std::__1::allocator>&, DB::MergeTreeBackgroundExecutor*, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x16808252) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #11 std::__1::__shared_ptr_emplace, std::__1::allocator>>::__shared_ptr_emplace[abi:v15000] const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&>(std::__1::allocator>, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x16808252) #12 std::__1::shared_ptr> std::__1::allocate_shared[abi:v15000], std::__1::allocator>, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void>(std::__1::allocator> const&, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x16808252) #13 std::__1::shared_ptr> std::__1::make_shared[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void>(char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x16808252) #14 DB::Context::initializeBackgroundExecutorsIfNeeded() build_docker/./src/Interpreters/Context.cpp:5059:37 (clickhouse+0x16808252) #15 DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::MergeTreeData::MergingParams const&, std::__1::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::__1::function, std::__1::allocator> const&)>) build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:364:35 (clickhouse+0x18dabf78) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #16 DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::MergeTreeData::MergingParams const&, std::__1::unique_ptr>) build_docker/./src/Storages/StorageMergeTree.cpp:104:7 (clickhouse+0x19244189) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #17 DB::StorageMergeTree* std::__1::construct_at[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, DB::StorageMergeTree*>(DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x19243740) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #18 void std::__1::allocator_traits>::construct[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void, void>(std::__1::allocator&, DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x19243740) #19 std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>>(std::__1::allocator, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x19243740) #20 std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void>(std::__1::allocator const&, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x19243740) #21 std::__1::shared_ptr std::__1::make_shared[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void>(DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x1923ecca) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #22 DB::create(DB::StorageFactory::Arguments const&) build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:754:16 (clickhouse+0x1923ecca) #23 decltype(std::declval (*&)(DB::StorageFactory::Arguments const&)>()(std::declval())) std::__1::__invoke[abi:v15000] (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x15932643) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #24 std::__1::shared_ptr std::__1::__invoke_void_return_wrapper, false>::__call (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:470:16 (clickhouse+0x15932643) #25 std::__1::__function::__default_alloc_func (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr (DB::StorageFactory::Arguments const&)>::operator()[abi:v15000](DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x15932643) #26 std::__1::shared_ptr std::__1::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr (DB::StorageFactory::Arguments const&)>>(std::__1::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x15932643) #27 std::__1::__function::__policy_func (DB::StorageFactory::Arguments const&)>::operator()[abi:v15000](DB::StorageFactory::Arguments const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0x185d1bc5) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #28 std::__1::function (DB::StorageFactory::Arguments const&)>::operator()(DB::StorageFactory::Arguments const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0x185d1bc5) #29 DB::StorageFactory::get(DB::ASTCreateQuery const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::shared_ptr, std::__1::shared_ptr, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, DB::LoadingStrictnessLevel) const build_docker/./src/Storages/StorageFactory.cpp:224:16 (clickhouse+0x185d1bc5) #30 DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::shared_ptr, DB::LoadingStrictnessLevel) build_docker/./src/Databases/DatabaseOnDisk.cpp:120:36 (clickhouse+0x163de0e0) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #31 DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel) build_docker/./src/Databases/DatabaseOrdinary.cpp:245:36 (clickhouse+0x16410d9d) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #32 DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0::operator()(DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./src/Databases/DatabaseOrdinary.cpp:279:13 (clickhouse+0x1641aa0c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #33 decltype(std::declval, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&>()(std::declval(), std::declval const&>())) std::__1::__invoke[abi:v15000], std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x1641aa0c) #34 void std::__1::__invoke_void_return_wrapper::__call, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x1641aa0c) #35 std::__1::__function::__default_alloc_func, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr const&)>::operator()[abi:v15000](DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x1641aa0c) #36 void std::__1::__function::__policy_invoker const&)>::__call_impl, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr const&)>>(std::__1::__function::__policy_storage const*, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x1641aa0c) #37 std::__1::__function::__policy_func const&)>::operator()[abi:v15000](DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf1e7619) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #38 std::__1::function const&)>::operator()(DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf1e7619) #39 DB::LoadJob::execute(DB::AsyncLoader&, unsigned long, std::__1::shared_ptr const&) build_docker/./src/Common/AsyncLoader.cpp:168:5 (clickhouse+0xf1e7619) #40 DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) build_docker/./src/Common/AsyncLoader.cpp:936:18 (clickhouse+0xf1e7619) #41 DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0::operator()() const build_docker/./src/Common/AsyncLoader.cpp:872:5 (clickhouse+0xf1e84b2) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #42 decltype(std::declval&)::$_0&>()()) std::__1::__invoke[abi:v15000]&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf1e84b2) #43 void std::__1::__invoke_void_return_wrapper::__call&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf1e84b2) #44 std::__1::__function::__default_alloc_func&)::$_0, void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf1e84b2) #45 void std::__1::__function::__policy_invoker::__call_impl&)::$_0, void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf1e84b2) #46 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf05c4ee) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #47 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf05c4ee) #48 ThreadPoolImpl>::worker(std::__1::__list_iterator, void*>) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf05c4ee) #49 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf0608bc) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #50 decltype(std::declval()()) std::__1::__invoke[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf0608bc) #51 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0xf0608bc) #52 decltype(auto) std::__1::apply[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0xf0608bc) #53 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 (clickhouse+0xf0608bc) #54 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf060821) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #55 void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf060821) #56 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf060821) #57 void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf060821) #58 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf0587ce) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #59 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf0587ce) #60 ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf0587ce) #61 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf05e691) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #62 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf05e691) #63 void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 (clickhouse+0xf05e691) #64 void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 (clickhouse+0xf05e691) SUMMARY: ThreadSanitizer: data race build_docker/./contrib/llvm-project/libcxx/include/string:1499:33 in std::__1::basic_string, std::__1::allocator>::__is_long[abi:v15000]() const ================== + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Real'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 ================== WARNING: ThreadSanitizer: data race (pid=126735) Write of size 1 at 0x7b9c00007008 by main thread: #0 DB::ClientInfo::setInitialQuery() build_docker/./src/Interpreters/ClientInfo.cpp:196:16 (clickhouse+0x1687b4c4) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 DB::Context::setQueryKindInitial() build_docker/./src/Interpreters/Context.cpp:4674:17 (clickhouse+0x168048bd) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:731:21 (clickhouse+0xf2449be) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 (clickhouse+0xf23d765) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x1cfe713e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 (clickhouse+0xf24a928) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 main build_docker/./programs/main.cpp:498:21 (clickhouse+0x707dd18) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) Previous read of size 1 at 0x7b9c00007008 by thread T19: #0 DB::ClientInfo::ClientInfo(DB::ClientInfo const&) build_docker/./src/Interpreters/ClientInfo.h:29:7 (clickhouse+0xf0a3b0a) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 DB::ContextData::ContextData(DB::ContextData const&) build_docker/./src/Interpreters/Context.cpp:806:14 (clickhouse+0x167d114c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::Context::Context(DB::Context const&) build_docker/./src/Interpreters/Context.cpp:809:41 (clickhouse+0x167d3679) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::Context::createCopy(std::__1::shared_ptr const&) build_docker/./src/Interpreters/Context.cpp:844:53 (clickhouse+0x167d3679) #4 DB::Context::createCopy(std::__1::shared_ptr const&) build_docker/./src/Interpreters/Context.cpp:859:12 (clickhouse+0x167d3a1c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 DB::MergePlainMergeTreeTask::createTaskContext() const build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:167:20 (clickhouse+0x1928f404) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 DB::MergePlainMergeTreeTask::prepare() build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:89:20 (clickhouse+0x1928e68e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #7 DB::MergePlainMergeTreeTask::executeStep() build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:49:13 (clickhouse+0x1928e2d9) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #8 DB::MergeTreeBackgroundExecutor::routine(std::__1::shared_ptr) build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:282:42 (clickhouse+0x18da5208) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #9 DB::MergeTreeBackgroundExecutor::threadFunction() build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:348:13 (clickhouse+0x18da6114) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #10 DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()::operator()() const build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57:47 (clickhouse+0x18da83a1) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #11 decltype(std::declval::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>()()) std::__1::__invoke[abi:v15000]::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>(DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x18da83a1) #12 void std::__1::__invoke_void_return_wrapper::__call::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>(DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x18da83a1) #13 std::__1::__function::__default_alloc_func::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x18da83a1) #14 void std::__1::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x18da83a1) #15 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf05c4ee) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #16 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf05c4ee) #17 ThreadPoolImpl>::worker(std::__1::__list_iterator, void*>) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf05c4ee) #18 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf0608bc) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #19 decltype(std::declval()()) std::__1::__invoke[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf0608bc) #20 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0xf0608bc) #21 decltype(auto) std::__1::apply[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0xf0608bc) #22 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 (clickhouse+0xf0608bc) #23 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf060821) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #24 void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf060821) #25 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf060821) #26 void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf060821) #27 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf0587ce) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #28 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf0587ce) #29 ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf0587ce) #30 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf05e691) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #31 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf05e691) #32 void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 (clickhouse+0xf05e691) #33 void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 (clickhouse+0xf05e691) Location is heap block of size 12480 at 0x7b9c00007000 allocated by main thread: #0 operator new(unsigned long, std::align_val_t) (clickhouse+0x707bd9b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 DB::Context::createGlobal(DB::ContextSharedPart*) build_docker/./src/Interpreters/Context.cpp:822:41 (clickhouse+0x167d31cb) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:589:22 (clickhouse+0xf23fad4) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #3 DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 (clickhouse+0xf23d765) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x1cfe713e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 (clickhouse+0xf24a928) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #6 main build_docker/./programs/main.cpp:498:21 (clickhouse+0x707dd18) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) Thread T19 'MergeMutate' (tid=126756, running) created by thread T15 at: #0 pthread_create (clickhouse+0x6ff582b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #1 std::__1::__libcpp_thread_create[abi:v15000](unsigned long*, void* (*)(void*), void*) build_docker/./contrib/llvm-project/libcxx/include/__threading_support:376:10 (clickhouse+0xf05dcde) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #2 std::__1::thread::thread::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'(), void>(void&&) build_docker/./contrib/llvm-project/libcxx/include/thread:311:16 (clickhouse+0xf05dcde) #3 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool) build_docker/./src/Common/ThreadPool.cpp:217:35 (clickhouse+0xf057541) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #4 ThreadPoolImpl::scheduleOrThrow(std::__1::function, Priority, unsigned long, bool) build_docker/./src/Common/ThreadPool.cpp:288:5 (clickhouse+0xf060326) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #5 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./src/Common/ThreadPool.h:203:38 (clickhouse+0xf060326) #6 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool) build_docker/./src/Common/ThreadPool.cpp:217:35 (clickhouse+0xf05a083) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #7 ThreadPoolImpl>::scheduleOrThrowOnError(std::__1::function, Priority) build_docker/./src/Common/ThreadPool.cpp:276:5 (clickhouse+0xf059caa) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #8 DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>) build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57:15 (clickhouse+0x18da2cb1) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #9 DB::MergeTreeBackgroundExecutor* std::__1::construct_at[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeBackgroundExecutor*>(DB::MergeTreeBackgroundExecutor*, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x1683915a) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #10 void std::__1::allocator_traits>>::construct[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void, void>(std::__1::allocator>&, DB::MergeTreeBackgroundExecutor*, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x16808252) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #11 std::__1::__shared_ptr_emplace, std::__1::allocator>>::__shared_ptr_emplace[abi:v15000] const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&>(std::__1::allocator>, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x16808252) #12 std::__1::shared_ptr> std::__1::allocate_shared[abi:v15000], std::__1::allocator>, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void>(std::__1::allocator> const&, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x16808252) #13 std::__1::shared_ptr> std::__1::make_shared[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void>(char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x16808252) #14 DB::Context::initializeBackgroundExecutorsIfNeeded() build_docker/./src/Interpreters/Context.cpp:5059:37 (clickhouse+0x16808252) #15 DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::MergeTreeData::MergingParams const&, std::__1::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::__1::function, std::__1::allocator> const&)>) build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:364:35 (clickhouse+0x18dabf78) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #16 DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::MergeTreeData::MergingParams const&, std::__1::unique_ptr>) build_docker/./src/Storages/StorageMergeTree.cpp:104:7 (clickhouse+0x19244189) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #17 DB::StorageMergeTree* std::__1::construct_at[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, DB::StorageMergeTree*>(DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x19243740) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #18 void std::__1::allocator_traits>::construct[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void, void>(std::__1::allocator&, DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x19243740) #19 std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>>(std::__1::allocator, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x19243740) #20 std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void>(std::__1::allocator const&, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x19243740) #21 std::__1::shared_ptr std::__1::make_shared[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void>(DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x1923ecca) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #22 DB::create(DB::StorageFactory::Arguments const&) build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:754:16 (clickhouse+0x1923ecca) #23 decltype(std::declval (*&)(DB::StorageFactory::Arguments const&)>()(std::declval())) std::__1::__invoke[abi:v15000] (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x15932643) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #24 std::__1::shared_ptr std::__1::__invoke_void_return_wrapper, false>::__call (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:470:16 (clickhouse+0x15932643) #25 std::__1::__function::__default_alloc_func (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr (DB::StorageFactory::Arguments const&)>::operator()[abi:v15000](DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x15932643) #26 std::__1::shared_ptr std::__1::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr (DB::StorageFactory::Arguments const&)>>(std::__1::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x15932643) #27 std::__1::__function::__policy_func (DB::StorageFactory::Arguments const&)>::operator()[abi:v15000](DB::StorageFactory::Arguments const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0x185d1bc5) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #28 std::__1::function (DB::StorageFactory::Arguments const&)>::operator()(DB::StorageFactory::Arguments const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0x185d1bc5) #29 DB::StorageFactory::get(DB::ASTCreateQuery const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::shared_ptr, std::__1::shared_ptr, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, DB::LoadingStrictnessLevel) const build_docker/./src/Storages/StorageFactory.cpp:224:16 (clickhouse+0x185d1bc5) #30 DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::shared_ptr, DB::LoadingStrictnessLevel) build_docker/./src/Databases/DatabaseOnDisk.cpp:120:36 (clickhouse+0x163de0e0) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #31 DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel) build_docker/./src/Databases/DatabaseOrdinary.cpp:245:36 (clickhouse+0x16410d9d) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #32 DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0::operator()(DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./src/Databases/DatabaseOrdinary.cpp:279:13 (clickhouse+0x1641aa0c) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #33 decltype(std::declval, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&>()(std::declval(), std::declval const&>())) std::__1::__invoke[abi:v15000], std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x1641aa0c) #34 void std::__1::__invoke_void_return_wrapper::__call, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x1641aa0c) #35 std::__1::__function::__default_alloc_func, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr const&)>::operator()[abi:v15000](DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x1641aa0c) #36 void std::__1::__function::__policy_invoker const&)>::__call_impl, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr const&)>>(std::__1::__function::__policy_storage const*, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x1641aa0c) #37 std::__1::__function::__policy_func const&)>::operator()[abi:v15000](DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf1e7619) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #38 std::__1::function const&)>::operator()(DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf1e7619) #39 DB::LoadJob::execute(DB::AsyncLoader&, unsigned long, std::__1::shared_ptr const&) build_docker/./src/Common/AsyncLoader.cpp:168:5 (clickhouse+0xf1e7619) #40 DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) build_docker/./src/Common/AsyncLoader.cpp:936:18 (clickhouse+0xf1e7619) #41 DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0::operator()() const build_docker/./src/Common/AsyncLoader.cpp:872:5 (clickhouse+0xf1e84b2) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #42 decltype(std::declval&)::$_0&>()()) std::__1::__invoke[abi:v15000]&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf1e84b2) #43 void std::__1::__invoke_void_return_wrapper::__call&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf1e84b2) #44 std::__1::__function::__default_alloc_func&)::$_0, void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf1e84b2) #45 void std::__1::__function::__policy_invoker::__call_impl&)::$_0, void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf1e84b2) #46 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf05c4ee) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #47 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf05c4ee) #48 ThreadPoolImpl>::worker(std::__1::__list_iterator, void*>) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf05c4ee) #49 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf0608bc) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #50 decltype(std::declval()()) std::__1::__invoke[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf0608bc) #51 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0xf0608bc) #52 decltype(auto) std::__1::apply[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0xf0608bc) #53 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 (clickhouse+0xf0608bc) #54 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf060821) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #55 void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf060821) #56 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf060821) #57 void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf060821) #58 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf0587ce) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #59 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf0587ce) #60 ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf0587ce) #61 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf05e691) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6) #62 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf05e691) #63 void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 (clickhouse+0xf05e691) #64 void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 (clickhouse+0xf05e691) SUMMARY: ThreadSanitizer: data race build_docker/./src/Interpreters/ClientInfo.cpp:196:16 in DB::ClientInfo::setInitialQuery() ================== + rm /var/log/clickhouse-server/clickhouse-server.log + mv /var/log/clickhouse-server/stderr.log /test_output/ + [[ -n '' ]] + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + [[ -n '' ]]